diff options
| author | Dominik Kaiser | 2025-03-03 16:18:25 +0100 |
|---|---|---|
| committer | Dominik Kaiser | 2025-03-03 16:18:25 +0100 |
| commit | 7b5ca0ab689ac561e8acf369e43ab8bb5efc7160 (patch) | |
| tree | 2c6dd1c8e313df119fddfde823a9f4644d53b247 /hosts | |
| parent | eab3f9c4925119a4a4a2400e77134d1eace2581f (diff) | |
| download | nixos-7b5ca0ab689ac561e8acf369e43ab8bb5efc7160.tar.gz nixos-7b5ca0ab689ac561e8acf369e43ab8bb5efc7160.zip | |
Another try...
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/antares/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/antares/configuration.nix b/hosts/antares/configuration.nix index f25588b..bc68e5f 100644 --- a/hosts/antares/configuration.nix +++ b/hosts/antares/configuration.nix @@ -119,7 +119,7 @@ ]; }; users.users.mcserver = { - isSystemUser = true; + group = "mcserver"; home = "/srv/mcserver"; openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICtL2eG098LhkFPR4N5e44XMq60uvCUCOuKMYs5zjg6f" |
