added user settings to incus file

This commit is contained in:
Geir Okkenhaug Jerstad 2024-08-02 19:50:10 +02:00
parent 557777f478
commit fff031e24c

View file

@ -9,5 +9,10 @@
incus
lxc
];
users.users.geir = {
extraGroups = [
"incus-admin"
];
};
networking.firewall.allowedTCPPorts = [ 8443 ];
}