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" {
|
||||
suite = "server";
|
||||
platform = "aarch64-linux";
|
||||
user = "docker";
|
||||
extraModules = [
|
||||
nixos-hardware.nixosModules.raspberry-pi-4
|
||||
];
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue