Set hostname in host module.

This commit is contained in:
2023-06-30 10:29:30 +01:00
parent 78400d9265
commit c5f43030aa
2 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
{ pkgs, inputs, hostname, ... }:
{ pkgs, inputs, ... }:
{
imports = [
../common/global
@@ -6,7 +6,7 @@
./hardware.nix
];
networking.hostName = hostname;
networking.hostName = "c1";
swapDevices = pkgs.lib.mkForce [ {
device = "/dev/disk/by-id/nvme-eui.002538b981b03d98-part2";