set hostname explicitly
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
6c7d9704bd
commit
20c827e8f2
|
@ -4,6 +4,7 @@ let
|
||||||
mkNixosConfig = host: platform: user: {
|
mkNixosConfig = host: platform: user: {
|
||||||
"${host}" = self.nixos-flake.lib.mkLinuxSystem {
|
"${host}" = self.nixos-flake.lib.mkLinuxSystem {
|
||||||
nixpkgs.hostPlatform = "${platform}";
|
nixpkgs.hostPlatform = "${platform}";
|
||||||
|
networking.hostName = host;
|
||||||
imports = [
|
imports = [
|
||||||
self.nixosModules.base
|
self.nixosModules.base
|
||||||
./${host}
|
./${host}
|
||||||
|
|
Loading…
Reference in a new issue