Fixed some issues

This commit is contained in:
Frederik Jacobsen 2025-05-11 17:14:08 +02:00
parent 23662e38ae
commit 62c8b61ed5

View File

@ -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?
};
}