Compare commits

...

2 commits

Author SHA1 Message Date
1237a5c092 Change weebill user 2025-07-14 21:45:20 +08:00
104566a92c Set UID 2025-07-14 21:45:11 +08:00
2 changed files with 1 additions and 1 deletions

View file

@ -40,7 +40,6 @@
(mkHost "weebill" {
suite = "server";
platform = "aarch64-linux";
user = "docker";
extraModules = [
nixos-hardware.nixosModules.raspberry-pi-4
];

View file

@ -59,6 +59,7 @@ with lib; {
# Define a user account.
users.users.${user} = {
isNormalUser = true;
uid = 1000;
description = mkIf (user == "fern") "Fern Garden";
extraGroups = [
"wheel"