feat: enable cache clean by default
This commit is contained in:
parent
fef103bfae
commit
6af773f6e1
@ -15,7 +15,6 @@
|
||||
|
||||
ataraxia.defaults.role = "server";
|
||||
# Impermanence
|
||||
persist.cache.clean.enable = true;
|
||||
ataraxia.filesystems.btrfs.enable = true;
|
||||
ataraxia.filesystems.btrfs.eraseOnBoot.enable = true;
|
||||
ataraxia.filesystems.btrfs.eraseOnBoot.device = "/dev/sda4";
|
||||
|
@ -41,6 +41,7 @@ in
|
||||
ataraxia.defaults.users.enable = mkDefault true;
|
||||
|
||||
persist.enable = mkDefault true;
|
||||
persist.cache.clean.enable = true;
|
||||
|
||||
# Do not compress journal logs if using native fs compression
|
||||
services.journald.extraConfig = mkIf fsCompression (mkDefault "Compress=false");
|
||||
|
Loading…
x
Reference in New Issue
Block a user