diff --git a/flake.nix b/flake.nix index 9525d32..a50e111 100644 --- a/flake.nix +++ b/flake.nix @@ -109,7 +109,11 @@ osmium = {}; palladium = {}; porter = {}; - storage-2 = {}; + storage-2 = { + modules = [ + ./users/frank + ]; + }; tungsten = {}; web-2 = {}; zinc = { diff --git a/hosts/storage-2/users.nix b/hosts/storage-2/users.nix index 984ce62..9c800d5 100644 --- a/hosts/storage-2/users.nix +++ b/hosts/storage-2/users.nix @@ -2,4 +2,5 @@ { users.users.clerie.extraGroups = [ "data-firmware" ]; + users.users.frank.extraGroups = [ "data-em" ]; }