fix: get Hermes host built
This commit is contained in:
@@ -30,6 +30,7 @@ let
|
|||||||
modules = [
|
modules = [
|
||||||
{
|
{
|
||||||
nixpkgs.hostPlatform = system;
|
nixpkgs.hostPlatform = system;
|
||||||
|
networking.hostName = name;
|
||||||
}
|
}
|
||||||
# Imported ones
|
# Imported ones
|
||||||
top.agenix.nixosModules.default
|
top.agenix.nixosModules.default
|
||||||
|
|||||||
@@ -14,11 +14,11 @@
|
|||||||
nebulaIp = "10.157.0.8";
|
nebulaIp = "10.157.0.8";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
networking.hostName = "hermes";
|
|
||||||
nix.settings = {
|
nix.settings = {
|
||||||
sandbox = false;
|
sandbox = false;
|
||||||
};
|
};
|
||||||
proxmoxLXC = {
|
proxmoxLXC = {
|
||||||
|
manageHostName = true;
|
||||||
manageNetwork = false;
|
manageNetwork = false;
|
||||||
privileged = true;
|
privileged = true;
|
||||||
};
|
};
|
||||||
@@ -117,4 +117,10 @@
|
|||||||
sttLibrary = "faster-whisper";
|
sttLibrary = "faster-whisper";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
systemd.suppressedSystemUnits = [
|
||||||
|
"dev-mqueue.mount"
|
||||||
|
"sys-kernel-debug.mount"
|
||||||
|
"sys-fs-fuse-connections.mount"
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user