Changes
1 changed files (+15/-9)
-
-
@@ -219,18 +219,22 @@workerbee = mkHomeConfiguration { system = "x86_64-linux"; module = { features.home.username = "workerbee"; module = { pkgs, ... }: { home.packages = with pkgs; [ ghostty.terminfo ]; # Isolated container should not have access to signing key. features.identity.gpgSigningKeyId = null; features.home.username = "workerbee"; features.syncthing.enable = false; # Isolated container should not have access to signing key. features.identity.gpgSigningKeyId = null; # Host have to bind wayland socket at /mnt/wayland-0 to allow the # container to run graphical applications. home.sessionVariables.WAYLAND_DISPLAY = "/mnt/wayland-0"; }; features.syncthing.enable = false; # Host have to bind wayland socket at /mnt/wayland-0 to allow the # container to run graphical applications. home.sessionVariables.WAYLAND_DISPLAY = "/mnt/wayland-0"; }; }; };
-
@@ -278,6 +282,8 @@# to allow the container to run graphical applications. home.sessionVariables.WAYLAND_DISPLAY = "/mnt/wayland-0"; home.packages = with pkgs; [ ghostty.terminfo ]; features = pkgs.lib.mkDefault { identity = { name = "Shota FUJI";
-