user updates

This commit is contained in:
mjallen18
2025-08-21 19:40:32 -05:00
parent 0e066cb4d7
commit 6e55d375d2
23 changed files with 607 additions and 535 deletions

View File

@@ -1,4 +1,9 @@
{ config, lib, pkgs, ... }:
{
config,
lib,
pkgs,
...
}:
let
configLimit = 50;
kernel = pkgs.linuxPackages; # linuxPackages_latest;

View File

@@ -109,6 +109,7 @@
};
user = {
name = "admin";
linger = true;
};
};

View File

@@ -33,7 +33,7 @@ in
owner = config.users.users."${user}".name;
group = config.users.users."${user}".group;
};
"jallen-nas/nas_pool" = {
mode = "0600";
owner = config.users.users."${user}".name;