This commit is contained in:
Hadi
2024-12-03 20:07:49 +01:00
parent 7add142ab1
commit c8c8738bfd
2 changed files with 5 additions and 5 deletions

View File

@@ -29,6 +29,11 @@
home-manager.users."${config.var.username}" = import ./home.nix; 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 # Don't touch this
system.stateVersion = "24.05"; system.stateVersion = "24.05";
} }

View File

@@ -98,10 +98,5 @@
stateVersion = "24.05"; stateVersion = "24.05";
}; };
# FIXME: Temporary, for a course on Kubernetes
networking.extraHosts = ''
127.0.0.1 super-ai-croquette.local
'';
programs.home-manager.enable = true; programs.home-manager.enable = true;
} }