Init
This commit is contained in:
16
hosts/cyper-cluster/configuration.nix
Normal file
16
hosts/cyper-cluster/configuration.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{ lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [ ../services/k3s-agent.nix ];
|
||||
|
||||
networking = {
|
||||
hostName = lib.mkForce "cyper-cluster";
|
||||
useDHCP = true;
|
||||
nameservers = [ "1.1.1.1" "8.8.8.8" ];
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
kubectl
|
||||
helm
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user