From e4b42c54848608c0b62abda40c76a3602837249f Mon Sep 17 00:00:00 2001 From: Jake Ginesin Date: Sat, 11 Apr 2026 10:36:14 -0400 Subject: [PATCH] lxc patch 8 --- system/lxc.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/system/lxc.nix b/system/lxc.nix index 6597c71..4cc9feb 100644 --- a/system/lxc.nix +++ b/system/lxc.nix @@ -51,7 +51,7 @@ # labmates get dropped into their container services.openssh.extraConfig = '' Match Group labmates - ForceCommand /usr/local/bin/lxc-login + ForceCommand /run/current-system/sw/bin/lxc-login AllowTcpForwarding no X11Forwarding no ''; @@ -65,6 +65,7 @@ gnupg debootstrap bridge-utils + (writeShellScriptBin "lxc-login" (builtins.readFile ../home/scripts/lxc/lxc-login.sh)) ]; environment.etc."lxc/default.conf".text = ''