Work laptop

This commit is contained in:
FredzyW 2024-11-01 11:28:21 +01:00
parent fd16d84fe3
commit 9e6dda7b75
5 changed files with 34 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 = {