configuration: extract nixos config into more files
This commit is contained in:
parent
8e2781a59d
commit
212d65408a
9 changed files with 111 additions and 113 deletions
11
system/containers.nix
Normal file
11
system/containers.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ pkgs, ... }: {
|
||||
services.flatpak.enable = true;
|
||||
virtualisation.docker.enable = true;
|
||||
virtualisation.docker.autoPrune.enable = true;
|
||||
virtualisation.docker.autoPrune.dates = "monthly";
|
||||
virtualisation.docker.autoPrune.flags = [ "--all --volumes" ];
|
||||
|
||||
programs.extra-container.enable = true;
|
||||
|
||||
programs.firejail.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue