zenix: cosmic applets and tailscale dns
This commit is contained in:
parent
c85858eab7
commit
a7d89b437a
7 changed files with 41 additions and 18 deletions
|
|
@ -45,12 +45,6 @@ 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";
|
||||
|
||||
|
|
@ -59,7 +53,10 @@ in {
|
|||
useXkbConfig = true;
|
||||
};
|
||||
|
||||
services.avahi.enable = true;
|
||||
services.avahi = {
|
||||
enable = true;
|
||||
nssmdns4 = true;
|
||||
};
|
||||
|
||||
i18n.defaultLocale = lib.mkDefault "en_GB.UTF-8";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue