This commit is contained in:
Schrottkatze 2022-09-02 10:33:55 +02:00
parent 6a35e0a261
commit 134746d36c
4 changed files with 35 additions and 5 deletions

View file

@ -25,6 +25,13 @@
neovim.enable = true;
};
fileSystems = {
"/".options = [ "compress=zstd:3" ];
"/home".options = [ "compress=zstd:3" ];
"/nix".options = [ "compress=zstd:3" "noatime" ];
#"/swap".options = [ "noatime" ];
};
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;