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