This commit is contained in:
2026-02-12 20:14:32 +01:00
parent 31102ae362
commit 1ed2b9c130
5 changed files with 29 additions and 29 deletions

View File

@@ -13,9 +13,8 @@
./hardware/hardware-configuration.nix
];
# Bootloader.
boot.loader.systemd-boot.enable = true;
# boot.loader.systemd-boot.enable = true; # managed by lanzaboote
boot.loader.efi.canTouchEfiVariables = true;
nix.settings.experimental-features = [ "nix-command" "flakes" ];
networking.hostName = "drivebystation-nix"; # Define your hostname.