stuff
This commit is contained in:
parent
114c519193
commit
4b888cac5c
3 changed files with 31 additions and 15 deletions
13
hosts/headful/work/hosts.nix
Normal file
13
hosts/headful/work/hosts.nix
Normal 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"
|
||||
];
|
||||
};
|
||||
}
|
6
hosts/headful/work/kubectl.nix
Normal file
6
hosts/headful/work/kubectl.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
environment.systemPackages = [
|
||||
pkgs.kubectl
|
||||
pkgs.awscli
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue