DEVELOPMENT ENVIRONMENT

~liljamo/nix-arta

8bb97b0651289dd4977bc0ee18dd87f76cbf44ff — Jonni Liljamo 3 months ago 7924dc5
feat(hosts/arwen): add primary user to video group
1 files changed, 1 insertions(+), 0 deletions(-)

M hosts/arwen/default.nix
M hosts/arwen/default.nix => hosts/arwen/default.nix +1 -0
@@ 10,6 10,7 @@
      username = "skye";
      isWheel = true;
      hashedPasswordFile = config.sops.secrets.skyePwd.path;
      extraGroups = ["video"];
    };
  };