Former-commit-id: c8c8738bfd
This commit is contained in:
Hadi
2024-12-03 20:07:49 +01:00
parent 916a9ed923
commit fc7fbfe0ee
2 changed files with 5 additions and 5 deletions

View File

@@ -29,6 +29,11 @@
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";
}

View File

@@ -98,10 +98,5 @@
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;
}