test
This commit is contained in:
parent
d7c2d98384
commit
29d95679d2
2 changed files with 3 additions and 4 deletions
|
@ -4,9 +4,8 @@
|
||||||
imports = [ ] ++ lib.optional (builtins.isString desktop) ./plymouth.nix;
|
imports = [ ] ++ lib.optional (builtins.isString desktop) ./plymouth.nix;
|
||||||
|
|
||||||
# Bootloader
|
# Bootloader
|
||||||
boot.loader.systemd-boot.enable = lib.mkForce false;
|
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
# boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.tmp.cleanOnBoot = true;
|
boot.tmp.cleanOnBoot = true;
|
||||||
boot.initrd.systemd.enable = true;
|
boot.initrd.systemd.enable = true;
|
||||||
}
|
}
|
|
@ -3,8 +3,8 @@
|
||||||
inputs.nixos-hardware.nixosModules.framework-13th-gen-intel
|
inputs.nixos-hardware.nixosModules.framework-13th-gen-intel
|
||||||
(modulesPath + "/installer/scan/not-detected.nix")
|
(modulesPath + "/installer/scan/not-detected.nix")
|
||||||
./disks.nix
|
./disks.nix
|
||||||
../../common/modules/boot.nix
|
# ../../common/modules/boot.nix
|
||||||
# ../../common/modules/secureboot.nix
|
../../common/modules/secureboot.nix
|
||||||
../../common/services/fwupd.nix
|
../../common/services/fwupd.nix
|
||||||
# ./builder.nix
|
# ./builder.nix
|
||||||
# ./ssh-luks.nix
|
# ./ssh-luks.nix
|
||||||
|
|
Loading…
Reference in a new issue