Merge branch 'alpine/master' into zenix/master

This commit is contained in:
tristan 2024-03-05 20:16:36 +00:00
commit de57e43e50

View file

@ -35,6 +35,12 @@ in {
} }
]; ];
}; };
networking.hosts = {
"100.65.29.110" = ["zenix"];
"100.106.241.122" = ["alpine" "tristans.cloud"];
"100.71.130.111" = ["fcs-tristan-nixbook"];
"100.69.60.83" = ["google-pixel-8"];
};
time.timeZone = lib.mkDefault "Europe/London"; time.timeZone = lib.mkDefault "Europe/London";