Correct hostname

This commit is contained in:
Torjus Håkestad 2024-03-07 23:17:42 +01:00
parent 0ed396cd88
commit 8b15e98499
2 changed files with 1 additions and 2 deletions

View File

@ -24,7 +24,7 @@
specialArgs = { inherit inputs self sops-nix; }; specialArgs = { inherit inputs self sops-nix; };
modules = [ modules = [
({ config, pkgs, ... }: { nixpkgs.overlays = [ overlay-unstable ]; }) ({ config, pkgs, ... }: { nixpkgs.overlays = [ overlay-unstable ]; })
./hosts/ns1 ./hosts/ns3
sops-nix.nixosModules.sops sops-nix.nixosModules.sops
]; ];
}; };

View File

@ -13,7 +13,6 @@
# Use the systemd-boot EFI boot loader. # Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
boot.kernelModules = [ "v4l2loopback" ];
networking.hostName = "ns3.home.2rjus.net"; # Define your hostname. networking.hostName = "ns3.home.2rjus.net"; # Define your hostname.
networking.useNetworkd = true; networking.useNetworkd = true;