included relevant work from impermanence branch

This commit is contained in:
pagedmov
2024-10-17 22:07:34 -04:00
parent f512c7c7bb
commit 11f97cf4f3
23 changed files with 222 additions and 173 deletions

View File

@@ -2,11 +2,11 @@
networking = {
networkmanager.enable = true;
hostName =
if (host == "desktop")
then "argon"
if (host == "oganesson")
then "oganesson"
else "mercury";
hosts = {
"192.168.1.163" = ["glasshaus"];
"192.168.1.201" = ["glasshaus"];
"192.168.1.111" = ["argon"];
"192.168.1.223" = ["mercury"];
};