Add family users to beefcake
All checks were successful
/ check (push) Successful in 3m43s

This commit is contained in:
Daniel Flanagan 2024-09-12 10:36:29 -05:00
parent c520512399
commit e7ecd05161
2 changed files with 17 additions and 1 deletions

View file

@ -266,6 +266,7 @@
};
}
family-users
common
podman
troubleshooting-tools

View file

@ -140,6 +140,18 @@ sudo nix run nixpkgs#ipmitool -- raw 0x30 0x30 0x02 0xff 0x00
};
};
systemd.tmpfiles.settings = {
"10-daniel-nightly-flake-build" = {
"/home/daniel/.home/.cache/nightly-flake-builds" = {
"d" = {
mode = "0750";
user = "daniel";
group = "daniel";
};
};
};
};
systemd.services."build-lytedev-flake" = {
# TODO: might want to add root for the most recent results?
script = ''
@ -153,7 +165,7 @@ sudo nix run nixpkgs#ipmitool -- raw 0x30 0x30 0x02 0xff 0x00
path = with pkgs; [openssh git nixos-rebuild];
serviceConfig = {
# TODO: mkdir -p...?
WorkingDirectory = "/home/daniel/.home/nightly-flake-builds";
WorkingDirectory = "/home/daniel/.home/.cache/nightly-flake-builds";
Type = "oneshot";
User = "daniel";
};
@ -447,6 +459,9 @@ sudo nix run nixpkgs#ipmitool -- raw 0x30 0x30 0x02 0xff 0x00
}
{
# family storage
users.extraGroups = {
"family" = {};
};
systemd.tmpfiles.settings = {
"10-family" = {
"/storage/family" = {