From e1fcf4fac685b91ed7272479c0e9e670687deb92 Mon Sep 17 00:00:00 2001 From: Christian Soltermann Date: Wed, 8 Apr 2026 15:27:10 +0000 Subject: Preparing desktop install --- hosts/desktop/configuration.nix | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'hosts/desktop/configuration.nix') diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index 2c598f7..cf4c360 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -7,9 +7,23 @@ ../../modules/common.nix ]; - networking.hostName = "desktop"; + boot.loader.grub = { + enable = true; + device = "nodev"; + efiSupport = true; + }; + boot.loader.efi.canTouchEfiVariables = false; + boot.loader.efi.efiSysMountPoint = "/boot/efi"; - programs.firefox.enable = true; + networking.hostName = "desktop"; + networking.wireless.iwd.enable = true; + networking.wireless.iwd.settings = { + General.EnableNetworkConfiguration = true; + }; + networking.nameservers = [ + "1.1.1.1" + "8.8.8.8" + ]; system.stateVersion = "25.11"; } -- cgit v1.2.3