update elias-e525

This commit is contained in:
steveej 2023-12-22 20:59:12 +01:00
parent 535632e691
commit 0b74972992
3 changed files with 3 additions and 2 deletions

View file

@ -1,4 +1,4 @@
{lib, ...}: { {lib, ...}: {
boot.loader.grub.efiInstallAsRemovable = lib.mkForce true; boot.loader.grub.efiSupport = lib.mkForce false;
boot.loader.efi.canTouchEfiVariables = lib.mkForce false; boot.loader.efi.canTouchEfiVariables = lib.mkForce false;
} }

View file

@ -9,5 +9,6 @@
./hw.nix ./hw.nix
./pkg.nix ./pkg.nix
./user.nix ./user.nix
./boot.nix
]; ];
} }

View file

@ -16,7 +16,7 @@ in {
}; };
${nodeName} = { ${nodeName} = {
deployment.targetHost = "192.168.15.198"; deployment.targetHost = "elias-e525.lan";
deployment.replaceUnknownProfiles = false; deployment.replaceUnknownProfiles = false;
# deployment.allowLocalDeployment = true; # deployment.allowLocalDeployment = true;