Merge branch alpine/master of into nixbook/master
This commit is contained in:
commit
61749486f3
9 changed files with 54 additions and 34 deletions
|
|
@ -41,6 +41,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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue