Change structure, add scanner deps and fix configurations
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ ... }:
|
||||
{
|
||||
|
||||
os.flatpak.enable = true;
|
||||
services.flatpak.packages = [
|
||||
"io.github.flattool.Warehouse"
|
||||
];
|
||||
|
||||
@@ -4,10 +4,7 @@
|
||||
users.users = {
|
||||
alistreaza = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [
|
||||
"wheel"
|
||||
"podman"
|
||||
];
|
||||
extraGroups = [ "wheel" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user