mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
Update configuration.nix
This commit is contained in:
parent
16f809b931
commit
4146d814db
1 changed files with 0 additions and 7 deletions
|
@ -17,13 +17,6 @@
|
|||
systemd-boot.enable = true;
|
||||
};
|
||||
|
||||
boot.initrd.luks.devices = {
|
||||
crypt-root = {
|
||||
device = "/dev/disk/by-label/luks";
|
||||
preLVM = true;
|
||||
};
|
||||
};
|
||||
|
||||
nix.settings.auto-optimise-store = true;
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue