hosts/storage-2: Allow frank access to em
This commit is contained in:
@@ -109,7 +109,11 @@
|
|||||||
osmium = {};
|
osmium = {};
|
||||||
palladium = {};
|
palladium = {};
|
||||||
porter = {};
|
porter = {};
|
||||||
storage-2 = {};
|
storage-2 = {
|
||||||
|
modules = [
|
||||||
|
./users/frank
|
||||||
|
];
|
||||||
|
};
|
||||||
tungsten = {};
|
tungsten = {};
|
||||||
web-2 = {};
|
web-2 = {};
|
||||||
zinc = {
|
zinc = {
|
||||||
|
@@ -2,4 +2,5 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
users.users.clerie.extraGroups = [ "data-firmware" ];
|
users.users.clerie.extraGroups = [ "data-firmware" ];
|
||||||
|
users.users.frank.extraGroups = [ "data-em" ];
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user