Added work desktop

This commit is contained in:
FredzyW 2024-11-01 11:29:18 +01:00
commit 5621f8bb94
5 changed files with 53 additions and 20 deletions

View file

@ -15,6 +15,14 @@
../../config/users.nix
];
environment.systemPackages = with pkgs; [
kubectl
azure-cli
];
networking.hostName = myhostname;
# services.k3s = {