fix: get Hermes host built
buildbot/nix-eval Build done. (1 warning)
buildbot/nix-build Build done.
buildbot/nix-build gitea:greg/nixos#checks.x86_64-linux.nixos-hermes Build done.

This commit is contained in:
Greg Hellings
2026-07-21 19:07:39 -05:00
parent 33eda7d2cb
commit 348a1d7301
2 changed files with 8 additions and 1 deletions
+1
View File
@@ -30,6 +30,7 @@ let
modules = [
{
nixpkgs.hostPlatform = system;
networking.hostName = name;
}
# Imported ones
top.agenix.nixosModules.default
+7 -1
View File
@@ -14,11 +14,11 @@
nebulaIp = "10.157.0.8";
};
};
networking.hostName = "hermes";
nix.settings = {
sandbox = false;
};
proxmoxLXC = {
manageHostName = true;
manageNetwork = false;
privileged = true;
};
@@ -117,4 +117,10 @@
sttLibrary = "faster-whisper";
};
};
systemd.suppressedSystemUnits = [
"dev-mqueue.mount"
"sys-kernel-debug.mount"
"sys-fs-fuse-connections.mount"
];
}