diff options
| author | adikro <adikro@disroot.org> | 2025-12-28 10:22:13 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2025-12-28 10:22:13 +0100 |
| commit | e62d5505293a7c26d33fd60130220f2dea920515 (patch) | |
| tree | 22d4560f28315ec798db3050ca60cd581fec1bda /hosts/laptop | |
| parent | 27ee582379442277853fe6935c80007da1f1cc50 (diff) | |
nh clean fixes plus some cli stuff
Diffstat (limited to 'hosts/laptop')
| -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 = { |
