tsuki: lowercase hostname
This commit is contained in:
@@ -6,7 +6,7 @@ in {
|
||||
|
||||
nix = {
|
||||
package = unstable-pkgs.nixVersions.stable;
|
||||
distributedBuilds = config.networking.hostName != "Tsuki";
|
||||
distributedBuilds = config.networking.hostName != "tsuki";
|
||||
|
||||
settings = {
|
||||
allow-dirty = true;
|
||||
|
@@ -52,7 +52,7 @@
|
||||
# security.pam.services.login.unixAuth = true;
|
||||
|
||||
networking = {
|
||||
hostName = "Tsuki";
|
||||
hostName = "tsuki";
|
||||
networkmanager.enable = true;
|
||||
interfaces.ens18.useDHCP = true;
|
||||
firewall.enable=true;
|
||||
|
Reference in New Issue
Block a user