Change of substituters and little group of fixs
This commit is contained in:
@@ -11,6 +11,7 @@ in
|
||||
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
daemon.settings.features.cdi = true;
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
@@ -4,7 +4,10 @@
|
||||
users.users = {
|
||||
alistreaza = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" ];
|
||||
extraGroups = [
|
||||
"wheel"
|
||||
"docker"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user