meow
This commit is contained in:
parent
6a35e0a261
commit
134746d36c
4 changed files with 35 additions and 5 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue