[wano] refactor: Changed which laptop is wano

Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
Sid 2025-09-13 11:16:49 +02:00
parent c2bd55be21
commit 64d99c04e1
Signed by: sidski
GPG key ID: D2BBDF3EDE6BA9A6
2 changed files with 13 additions and 9 deletions

View file

@ -13,9 +13,8 @@
nix.settings.experimental-features = [ "nix-command" "flakes" ];
# Bootloader.
boot.loader.grub.enable = true;
boot.loader.grub.device = "/dev/sda";
boot.loader.grub.useOSProber = true;
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
networking.hostName = "wano"; # Define your hostname.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.