set hostname explicitly
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Hendrik Sokolowski 2023-11-11 01:44:54 +01:00
parent 6c7d9704bd
commit 20c827e8f2

View file

@ -4,6 +4,7 @@ let
mkNixosConfig = host: platform: user: {
"${host}" = self.nixos-flake.lib.mkLinuxSystem {
nixpkgs.hostPlatform = "${platform}";
networking.hostName = host;
imports = [
self.nixosModules.base
./${host}