feature: Rename serverinfra folder.

This commit is contained in:
greysoh 2024-07-27 12:57:02 -04:00
parent 3941e10c2f
commit eb1dc99389
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37
11 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,10 @@
let
pkgs = import <nixpkgs> {};
in {
imports = [
../commons.agent.nix
];
networking.hostName = "kitteh-node-2-k3s-agent";
environment.variables.NIX_BUILD_ID = "kitteh-node-2/agent";
}

View file

@ -0,0 +1,10 @@
let
pkgs = import <nixpkgs> {};
in {
imports = [
../commons.server.nix
];
networking.hostName = "kitteh-node-2-k3s-server";
environment.variables.NIX_BUILD_ID = "kitteh-node-2/server";
}