Compare commits

..

No commits in common. "1237a5c0923dfe9a807111738a9ea210cd6dc0b9" and "e29ecc3315bfb111fb99529e20ae5b0a2837e687" have entirely different histories.

2 changed files with 1 additions and 1 deletions

View file

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

View file

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