mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 19:24:03 -06:00
Merge branch 'luks' into 'main'
Change to LUKS See merge request ahoneybun/nix-configs!3
This commit is contained in:
commit
eec5093c36
2 changed files with 8 additions and 1 deletions
|
@ -18,6 +18,13 @@
|
|||
systemd-boot.consoleMode = "0";
|
||||
};
|
||||
|
||||
boot.initrd.luks.devices = {
|
||||
root = {
|
||||
device = "/dev/sda";
|
||||
preLVM = true;
|
||||
};
|
||||
};
|
||||
|
||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||
|
||||
nix.settings.extra-platforms = [ "aarch64-linux" ];
|
||||
|
|
|
@ -91,7 +91,7 @@
|
|||
};
|
||||
|
||||
# System
|
||||
system.stateVersion = "22.11";
|
||||
system.stateVersion = "23.05";
|
||||
system.autoUpgrade.enable = true;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue