mirror of
https://github.com/MagicBOTAlex/nixos-server.git
synced 2026-02-04 05:39:18 +01:00
kubernetes vm building
This commit is contained in:
parent
4e2d73d546
commit
376912c631
15 changed files with 319 additions and 15 deletions
|
|
@ -11,7 +11,8 @@
|
|||
./aliases.nix
|
||||
./modules/drivers/nvidia.nix
|
||||
./docker.nix
|
||||
./modules/k8s.nix
|
||||
# ./modules/k8s.nix
|
||||
./modules/oscd.nix
|
||||
|
||||
./modules/python.nix
|
||||
./programs.nix
|
||||
|
|
@ -24,6 +25,8 @@
|
|||
./networking/caddy.nix
|
||||
./modules/buildCache.nix
|
||||
|
||||
./vms/kube-vm
|
||||
|
||||
# ./modules/de.nix
|
||||
./modules/displayOff.nix
|
||||
];
|
||||
|
|
@ -43,7 +46,7 @@
|
|||
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";
|
||||
|
||||
# Enable networking
|
||||
networking.networkmanager.enable = true;
|
||||
# networking.networkmanager.enable = true;
|
||||
|
||||
# Set your time zone.
|
||||
time.timeZone = "Europe/Copenhagen";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue