1
0
Fork 0
This commit is contained in:
Lukas Wurzinger 2025-01-22 20:36:55 +01:00
parent 114c519193
commit 4b888cac5c
No known key found for this signature in database
3 changed files with 31 additions and 15 deletions

View file

@ -0,0 +1,13 @@
{
networking.hosts = {
"127.0.0.1" = [
"agan.local"
"es.agan.local"
"fr.agan.local"
"de.agan.local"
"it.agan.local"
"de.rent.agan.local"
"nl.agan.local"
];
};
}

View file

@ -0,0 +1,6 @@
{pkgs, ...}: {
environment.systemPackages = [
pkgs.kubectl
pkgs.awscli
];
}