✨ (aurum) setup lanzaboot
This commit is contained in:
parent
c4a4f8826e
commit
0b63799413
|
@ -8,9 +8,6 @@
|
|||
boot.supportedFilesystems = ["ntfs"];
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
# TODO: replace by lanzaboot
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
|
||||
# clean /tmp at each boot
|
||||
boot.tmp.cleanOnBoot = true;
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
./hardware.nix
|
||||
./i18n.nix
|
||||
./impermanence.nix
|
||||
# ./lanzaboot.nix
|
||||
./lanzaboot.nix
|
||||
./networking.nix
|
||||
./nix.nix
|
||||
./security.nix
|
||||
|
|
|
@ -27,7 +27,7 @@ in {
|
|||
inputs.disko.nixosModules.default
|
||||
inputs.impermanence.nixosModules.impermanence
|
||||
inputs.nixos-hardware.nixosModules.dell-xps-13-9315
|
||||
# inputs.lanzaboote.nixosModules.lanzaboote
|
||||
inputs.lanzaboote.nixosModules.lanzaboote
|
||||
{inherit home-manager;}
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue