Compare commits
No commits in common. "1237a5c0923dfe9a807111738a9ea210cd6dc0b9" and "e29ecc3315bfb111fb99529e20ae5b0a2837e687" have entirely different histories.
1237a5c092
...
e29ecc3315
2 changed files with 1 additions and 1 deletions
|
@ -40,6 +40,7 @@
|
||||||
(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
|
||||||
];
|
];
|
||||||
|
|
|
@ -59,7 +59,6 @@ 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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue