summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-12-26 13:36:33 +0100
committerRory& <root@rory.gay>2025-12-26 13:36:33 +0100
commita860085d8afd284eaf44132e10de23c705b18a86 (patch)
tree1bb5b992d81c8c495f69b516fc6fb0072fd217a0
parentSpacebar maybe? (diff)
downloadRory-Open-Architecture-a860085d8afd284eaf44132e10de23c705b18a86.tar.xz
Forgot to add the container
-rwxr-xr-xhost/Rory-ovh/configuration.nix15
1 files changed, 14 insertions, 1 deletions
diff --git a/host/Rory-ovh/configuration.nix b/host/Rory-ovh/configuration.nix

index 78036d2..20343ca 100755 --- a/host/Rory-ovh/configuration.nix +++ b/host/Rory-ovh/configuration.nix
@@ -4,6 +4,7 @@ nixpkgs-master, matrix-synapse-unwrapped-patched, draupnir, + spacebar, ... }: @@ -31,7 +32,11 @@ users.groups.ocp = { }; boot.loader.grub.devices = lib.mkForce [ "nodev" ]; - boot.binfmt.emulatedSystems = [ "aarch64-linux" "riscv64-linux" "riscv32-linux" ]; + boot.binfmt.emulatedSystems = [ + "aarch64-linux" + "riscv64-linux" + "riscv32-linux" + ]; networking = { hostName = "Rory-ovh"; nat = { @@ -114,6 +119,14 @@ ; }; + containers."spacebar" = import ./services/containers/spacebar/container.nix { + inherit + pkgs + lib + spacebar + ; + }; + #containers."syntest1" = import ./services/containers/syntest1/container.nix { # inherit # pkgs