Fuck around with secrets

This commit is contained in:
Jimbo 2024-08-24 22:32:58 -04:00
parent 0d4700e56f
commit f8e1f5cd1d
16 changed files with 16 additions and 16 deletions

7
nixos/modules/ips.nix Normal file
View file

@ -0,0 +1,7 @@
rec {
netInt = "eno1";
localSpan = "10.0.0";
server = "${localSpan}.2";
pc = "${localSpan}.3";
vm = "${localSpan}.4";
}