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" { (mkHost "weebill" {
suite = "server"; suite = "server";
platform = "aarch64-linux"; platform = "aarch64-linux";
user = "docker";
extraModules = [ extraModules = [
nixos-hardware.nixosModules.raspberry-pi-4 nixos-hardware.nixosModules.raspberry-pi-4
]; ];

View file

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