~
This commit is contained in:
parent
015f66b649
commit
b56a4d57d1
3 changed files with 8 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
imports = [
|
||||
./hardware-configuration.nix
|
||||
users.catvayor
|
||||
./router.nix
|
||||
# ./router.nix
|
||||
];
|
||||
|
||||
fileSystems."/tmp" = {
|
||||
|
|
|
@ -85,10 +85,15 @@
|
|||
hostname = "fd26:baf9:d250:8000::ffff";
|
||||
proxyJump = "vault01.dgnum";
|
||||
};
|
||||
"krz01.dgnum" = {
|
||||
|
||||
"krz01.lab" = {
|
||||
user = "root";
|
||||
hostname = "129.199.146.21";
|
||||
};
|
||||
"router02.lab" = {
|
||||
user = "root";
|
||||
hostname = "129.199.146.230";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
packages = with pkgs; [
|
||||
tree
|
||||
nixfmt-rfc-style
|
||||
ghq
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue