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
23f8ca6310
commit
ec1e91bb21
1 changed files with 1 additions and 7 deletions
|
@ -7,6 +7,7 @@
|
|||
imports =
|
||||
[
|
||||
./hardware-configuration.nix
|
||||
disko
|
||||
# ./programs.nix
|
||||
];
|
||||
|
||||
|
@ -18,13 +19,6 @@
|
|||
systemd-boot.consoleMode = "0";
|
||||
};
|
||||
|
||||
boot.initrd.luks.devices = {
|
||||
root = {
|
||||
device = "/dev/sda";
|
||||
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