mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 19:24:03 -06:00
Update vm.nix
This commit is contained in:
parent
b02dd36c96
commit
604288d883
1 changed files with 7 additions and 6 deletions
|
@ -7,6 +7,7 @@
|
||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
|
disko
|
||||||
# ./programs.nix
|
# ./programs.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -19,12 +20,12 @@
|
||||||
systemd-boot.consoleMode = "0";
|
systemd-boot.consoleMode = "0";
|
||||||
};
|
};
|
||||||
|
|
||||||
boot.initrd.luks.devices = {
|
# boot.initrd.luks.devices = {
|
||||||
root = {
|
# root = {
|
||||||
device = "/dev/sda";
|
# device = "/dev/sda";
|
||||||
preLVM = true;
|
# preLVM = true;
|
||||||
};
|
# };
|
||||||
};
|
#};
|
||||||
|
|
||||||
#nix.settings.auto-optimise-store = true;
|
#nix.settings.auto-optimise-store = true;
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue