diff --git a/configuration.nix b/configuration.nix index 0dd7c4d..8b8d53f 100644 --- a/configuration.nix +++ b/configuration.nix @@ -10,14 +10,6 @@ ./ssh-configuration.nix ]; - # Bootloader. - boot.loader.grub.enable = true; - boot.loader.grub.device = "/dev/sda"; - boot.loader.grub.useOSProber = true; - - networking.hostName = "nixos"; # Define your hostname. - # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. - # Configure network proxy if necessary # networking.proxy.default = "http://user:password@proxy:port/"; # networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain"; @@ -78,8 +70,6 @@ virtualisation.docker = { enable = true; enableOnBoot = true; - } - - system.stateVersion = "24.11"; # Did you read the comment? + }; }