added user settings to incus file
This commit is contained in:
parent
557777f478
commit
fff031e24c
|
@ -9,5 +9,10 @@
|
||||||
incus
|
incus
|
||||||
lxc
|
lxc
|
||||||
];
|
];
|
||||||
|
users.users.geir = {
|
||||||
|
extraGroups = [
|
||||||
|
"incus-admin"
|
||||||
|
];
|
||||||
|
};
|
||||||
networking.firewall.allowedTCPPorts = [ 8443 ];
|
networking.firewall.allowedTCPPorts = [ 8443 ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue