diff options
Diffstat (limited to 'hosts/laptop/configuration.nix')
| -rw-r--r-- | hosts/laptop/configuration.nix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index 7688f33..9112b0f 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -35,10 +35,7 @@ power.enable = true; security.enable = true; ssh.enable = true; - storage = { - enable = true; - keepDays = 14; - }; + storage.enable = true; users.enable = true; }; srv = { |
