1
0
Fork 0

Set hostname on mizuki

This commit is contained in:
Avery 2025-06-27 08:47:56 +00:00
parent af644be32b
commit 479355e53f
Signed by: Avery
GPG key ID: B684FD451B692E04

View file

@ -16,6 +16,7 @@
};
};
networking.hostName = "mizuki";
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";