remove old temp packages

Former-commit-id: 275178807d
This commit is contained in:
Hadi
2024-12-06 16:34:02 +01:00
parent 4356ad0e2f
commit 8891834ae1
2 changed files with 0 additions and 12 deletions

View File

@@ -29,11 +29,6 @@
home-manager.users."${config.var.username}" = import ./home.nix;
# FIXME: Temporary, for a course on Kubernetes
networking.extraHosts = ''
127.0.0.1 super-ai-croquette.local
'';
# Don't touch this
system.stateVersion = "24.05";
}