diff options
| author | andromeda <andromeda@lenovo> | 2026-01-02 22:14:04 +0100 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-01-02 22:14:04 +0100 |
| commit | 3fc40529c8c6db0c6fedeb5a275f1ebac80164e6 (patch) | |
| tree | aee057330fcfdc3c8f9c4d2c8e10e979fd5c5530 | |
| parent | 33814b565dda0a1d1d3c1e2a7ef9c5175f9c6638 (diff) | |
remove user on server
| -rw-r--r-- | machines.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/machines.nix b/machines.nix index 942d261..2e6d191 100644 --- a/machines.nix +++ b/machines.nix @@ -10,8 +10,6 @@ "109-199-104-83" = { hostname = "109-199-104-83"; system = "x86_64-linux"; - users = [ - "mtgmonkey" - ]; + users = []; }; } |
