fix(jupyter): set group explicitly
All checks were successful
/ check (push) Successful in 26s
/ build (audiomenu) (push) Successful in 2s
/ build (docs) (push) Successful in 2s
/ build (jpassmenu) (push) Successful in 2s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 2s
/ build (nvim) (push) Successful in 1s

Not setting a group is deprecated
This commit is contained in:
Jalil David Salamé Messina 2024-10-15 22:12:39 +02:00
parent 638d8bf81a
commit f2530d1010
Signed by: jalil
GPG key ID: F016B9E770737A0B

View file

@ -84,7 +84,10 @@ in
openssh.authorizedKeysFiles = builtins.map (path: "/etc/${path}") (
builtins.attrNames keysFromGithub
);
jupyter.enable = cfg.dev.enable;
jupyter = {
inherit (cfg.dev) enable;
group = "users";
};
};
users.defaultUserShell = pkgs.zsh;
# Open ports for spotifyd