forked from kalipso/infrastructure
kleine fehler behoben
This commit is contained in:
@@ -17,12 +17,12 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
users.groups = { nfs = {gid = 1003; }; }; #erstelle nfs user und gruppe für isolation
|
users.groups = { nfs = {gid = 1003; }; }; #erstelle nfs user und gruppe für isolation
|
||||||
users.user.nfs = {
|
users.users.nfs = {
|
||||||
isSystemUser = true;
|
isSystemUser = true;
|
||||||
group = "nfs";
|
group = "nfs";
|
||||||
uid = "1003";
|
uid = 1003;
|
||||||
};
|
};
|
||||||
users.user.malobeo.extraGroups = [ "nfs" ];
|
users.users.malobeo.extraGroups = [ "nfs" ];
|
||||||
|
|
||||||
systemd.tmpfiles.rules = [ "d /export 0775 nfs nfs -" ]; #erstelle nfs ordner
|
systemd.tmpfiles.rules = [ "d /export 0775 nfs nfs -" ]; #erstelle nfs ordner
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user