Compare commits
2 commits
e29ecc3315
...
1237a5c092
Author | SHA1 | Date | |
---|---|---|---|
1237a5c092 | |||
104566a92c |
2 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,6 @@
|
|||
(mkHost "weebill" {
|
||||
suite = "server";
|
||||
platform = "aarch64-linux";
|
||||
user = "docker";
|
||||
extraModules = [
|
||||
nixos-hardware.nixosModules.raspberry-pi-4
|
||||
];
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue