update nixpkgs, home-manager, remove root password, refactor, use tmpfs, c2: use disk labels
This commit is contained in:
parent
59a71b5cf2
commit
62d3765e58
8 changed files with 109 additions and 39 deletions
|
|
@ -9,5 +9,9 @@
|
|||
};
|
||||
};
|
||||
|
||||
# otherwise /tmp is on disk. This *may* be problematic as nix
|
||||
# builds in /tmp but I think my swap is large enough...
|
||||
boot.tmp.useTmpfs = true;
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_6_13;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue