summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/desktop/configuration.nix2
-rw-r--r--hosts/laptop/configuration.nix1
2 files changed, 2 insertions, 1 deletions
diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix
index a395b54..b74efe5 100644
--- a/hosts/desktop/configuration.nix
+++ b/hosts/desktop/configuration.nix
@@ -37,7 +37,7 @@
security.enable = true;
storage = {
enable = true;
- keepDays = 14;
+ keepDays = 30;
};
users.enable = true;
};
diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix
index b067b26..c3f2d24 100644
--- a/hosts/laptop/configuration.nix
+++ b/hosts/laptop/configuration.nix
@@ -4,6 +4,7 @@
imports = [
./hardware-configuration.nix
+ ./disko.nix
../../sys/default.nix
];