summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-12-26 13:37:14 +0100
committerRory& <root@rory.gay>2025-12-26 13:37:14 +0100
commitcd7ea3a5b8009be6887151a6df0fee8fbc6e6ef9 (patch)
treeabc76d1490bed23f3d04ff474120253cc225f0f0
parentForgot to add the container (diff)
downloadRory-Open-Architecture-cd7ea3a5b8009be6887151a6df0fee8fbc6e6ef9.tar.xz
Fix inputs
-rw-r--r--host/Rory-ovh/services/containers/spacebar/container.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/Rory-ovh/services/containers/spacebar/container.nix b/host/Rory-ovh/services/containers/spacebar/container.nix

index 9e141ca..2c2bd3d 100644 --- a/host/Rory-ovh/services/containers/spacebar/container.nix +++ b/host/Rory-ovh/services/containers/spacebar/container.nix
@@ -1,5 +1,5 @@ { - draupnir, + spacebar, ... }: @@ -7,7 +7,7 @@ privateNetwork = true; autoStart = true; specialArgs = { - inherit draupnir; + inherit spacebar; }; config = { lib, pkgs, ... }: