Fix formatting.

This commit is contained in:
2024-09-25 15:13:18 +01:00
parent 855850196f
commit 28182852fc
2 changed files with 301 additions and 303 deletions

View File

@@ -6,7 +6,5 @@
];
networking.hostName = "kopia";
environment.systemPackages = with pkgs; [
kopia
];
environment.systemPackages = with pkgs; [ kopia ];
}