mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-10 04:49:19 -08:00
fix(logistics): nix daemon permissions
This commit is contained in:
parent
d4fa3baa38
commit
2efbcd763a
1 changed files with 4 additions and 1 deletions
|
|
@ -42,7 +42,10 @@ in {
|
||||||
uid = 1000;
|
uid = 1000;
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Logistics";
|
description = "Logistics";
|
||||||
extraGroups = ["networkmanager"];
|
extraGroups = [
|
||||||
|
"nixbuilder"
|
||||||
|
(mkIf config.networking.networkmanager.enable "networkmanager")
|
||||||
|
];
|
||||||
hashedPasswordFile = config.sops.secrets.logistics-user-password.path;
|
hashedPasswordFile = config.sops.secrets.logistics-user-password.path;
|
||||||
};
|
};
|
||||||
services.barcodebuddy-scanner.user = "logistics";
|
services.barcodebuddy-scanner.user = "logistics";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue