Run automatic update #456
2 changed files with 2 additions and 1 deletions
|
@ -85,6 +85,7 @@ desktop: {pkgs, ...}: {
|
|||
jpegoptim
|
||||
picard
|
||||
easytag
|
||||
alejandra
|
||||
]
|
||||
else []
|
||||
);
|
||||
|
|
|
@ -211,7 +211,7 @@
|
|||
system.autoUpgrade.allowReboot = true;
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
enableNvidia = true;
|
||||
#enableNvidia = true;
|
||||
};
|
||||
environment.systemPackages = with pkgs; [docker runc];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue