Correct hostname

This commit is contained in:
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; };
modules = [
({ config, pkgs, ... }: { nixpkgs.overlays = [ overlay-unstable ]; })
./hosts/ns1
./hosts/ns3
sops-nix.nixosModules.sops
];
};