diff options
Diffstat (limited to 'hosts/desktop')
| -rw-r--r-- | hosts/desktop/configuration.nix | 5 | ||||
| -rw-r--r-- | hosts/desktop/home.nix | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index 21fe566..a395b54 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -35,7 +35,10 @@ swapfile.size = 32; }; security.enable = true; - storage.enable = true; + storage = { + enable = true; + keepDays = 14; + }; users.enable = true; }; srv = { diff --git a/hosts/desktop/home.nix b/hosts/desktop/home.nix index ea33837..bcb5e43 100644 --- a/hosts/desktop/home.nix +++ b/hosts/desktop/home.nix @@ -56,7 +56,6 @@ nixcord.enable = true; obs.enable = true; obsidian.enable = true; - onlyoffice.enable = false; spicetify.enable = true; torrent.enable = true; vpn = { |
