tsuki: lowercase hostname

main
Oystein Kristoffer Tveit 2024-01-23 05:33:48 +01:00
parent 8ce9100913
commit 56df2f5e10
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
3 changed files with 3 additions and 3 deletions

View File

@ -216,7 +216,7 @@
];
};
in {
Tsuki = nixSys "tsuki";
tsuki = nixSys "tsuki";
Eisei = nixSys "eisei";
kasei = nixSys "kasei";
home-manager-tester = nixpkgs-unstable.lib.nixosSystem {

View File

@ -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;

View File

@ -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;