diff options
Diffstat (limited to 'ops/machines/all-systems.nix')
-rw-r--r-- | ops/machines/all-systems.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ops/machines/all-systems.nix b/ops/machines/all-systems.nix index b80436a06c4a..cbcfaf864f5d 100644 --- a/ops/machines/all-systems.nix +++ b/ops/machines/all-systems.nix @@ -12,4 +12,8 @@ (with depot.users.grfn.system.system; [ yeren +]) ++ + +(with depot.users.wpcarro.nixos; [ + marcus ]) |