Flake check
All checks were successful
/ check (push) Successful in 1m58s

This commit is contained in:
Daniel Flanagan 2024-09-16 16:38:16 -05:00
parent 035fdc710b
commit 8aab4b1056
2 changed files with 5 additions and 0 deletions

View file

@ -838,6 +838,9 @@ sudo nix run nixpkgs#ipmitool -- raw 0x30 0x30 0x02 0xff 0x00
HTTP_PORT = 3088;
DOMAIN = "git.lyte.dev";
};
migrations = {
ALLOWED_DOMAINS = "*.github.com,github.com,gitlab.com,*.gitlab.com";
};
actions = {
ENABLED = true;
};

View file

@ -25,11 +25,13 @@
device = "/dev/sda";
};
users.groups.beefcake = {};
users.users = {
beefcake = {
isSystemUser = true;
createHome = true;
home = "/storage/backups/beefcake";
group = "beefcake";
extraGroups = ["sftponly"];
openssh.authorizedKeys.keys =
config.users.users.daniel.openssh.authorizedKeys.keys