Correct hostname
This commit is contained in:
parent
0ed396cd88
commit
8b15e98499
@ -24,7 +24,7 @@
|
||||
specialArgs = { inherit inputs self sops-nix; };
|
||||
modules = [
|
||||
({ config, pkgs, ... }: { nixpkgs.overlays = [ overlay-unstable ]; })
|
||||
./hosts/ns1
|
||||
./hosts/ns3
|
||||
sops-nix.nixosModules.sops
|
||||
];
|
||||
};
|
||||
|
@ -13,7 +13,6 @@
|
||||
# Use the systemd-boot EFI boot loader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.kernelModules = [ "v4l2loopback" ];
|
||||
|
||||
networking.hostName = "ns3.home.2rjus.net"; # Define your hostname.
|
||||
networking.useNetworkd = true;
|
||||
|
Loading…
Reference in New Issue
Block a user