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