Limit slurm partition users with AllowGroups #246

Open
abonerib wants to merge 1 commits from slurm-groups into master
Collaborator

Fixes #245

For some reason, the groups are duplicated. Not sure why

nix-repl> :p nixosConfigurations.apex.config.users.users.abonerib.extraGroups
[
  "fox"
  "owl"
]

I could not find a neat way to limit only one of owl1 and owl2 since they are in the same partition.

Fixes #245 ~For some reason, the groups are duplicated. Not sure why~ ``` nix-repl> :p nixosConfigurations.apex.config.users.users.abonerib.extraGroups [ "fox" "owl" ] ``` I could not find a neat way to limit only one of owl1 and owl2 since they are in the same partition.
abonerib added 1 commit 2026-03-13 11:57:57 +01:00
Limit slurm partition users with AllowGroups
All checks were successful
CI / build:cross (pull_request) Successful in 8s
CI / build:all (pull_request) Successful in 33s
9eebe67402
Fixes #245
abonerib force-pushed slurm-groups from 9eebe67402 to 206fdf6f08 2026-03-13 12:08:18 +01:00 Compare
abonerib changed title from WIP: Limit slurm partition users with AllowGroups to Limit slurm partition users with AllowGroups 2026-03-13 12:09:51 +01:00
abonerib force-pushed slurm-groups from 206fdf6f08 to 4b3c5dde11 2026-03-13 12:14:54 +01:00 Compare
All checks were successful
CI / build:cross (pull_request) Successful in 8s
CI / build:all (pull_request) Successful in 32s
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin slurm-groups:slurm-groups
git checkout slurm-groups
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: rarias/jungle#246