fix variable name

This commit is contained in:
Don Harper 2025-08-07 17:13:37 -05:00
parent 194aaab349
commit 6dbf218f73
4 changed files with 4 additions and 4 deletions

View file

@ -6,7 +6,7 @@
../workstation
];
networking.hostName = "book";
variables.addresses = "100.72.121.75";
variables.address = "100.72.121.75";
variables.swayScale = "1.5";
roles = {

View file

@ -7,7 +7,7 @@
];
networking.hostName = "loki";
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
variables.addresses = "100.72.0.1";
variables.address = "100.72.0.1";
variables.swayScale = "1.1";
roles = {

View file

@ -8,7 +8,7 @@
../workstation
];
networking.hostName = "smaug";
variables.addresses = "100.72.224.76";
variables.address = "100.72.224.76";
variables.swayScale = "0.75";
roles = {