From 8b15e98499e338674546e5d0e157ea371cf52029 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Thu, 7 Mar 2024 23:17:42 +0100 Subject: [PATCH] Correct hostname --- flake.nix | 2 +- hosts/ns3/configuration.nix | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index dfdd0d5..8fa62d8 100644 --- a/flake.nix +++ b/flake.nix @@ -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 ]; }; diff --git a/hosts/ns3/configuration.nix b/hosts/ns3/configuration.nix index 3dec270..13df38b 100644 --- a/hosts/ns3/configuration.nix +++ b/hosts/ns3/configuration.nix @@ -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;