10 lines
No EOL
199 B
Nix
10 lines
No EOL
199 B
Nix
let
|
|
pkgs = import <nixpkgs> {};
|
|
in {
|
|
imports = [
|
|
../commons.agent.nix
|
|
];
|
|
|
|
networking.hostName = "kitteh-node-1-k3s-agent";
|
|
environment.variables.NIX_BUILD_ID = "kitteh-node-1/agent";
|
|
} |