move displays to hardware section
This commit is contained in:
parent
e4bbcbb7c5
commit
5558ffce13
8 changed files with 31 additions and 37 deletions
|
|
@ -81,5 +81,15 @@ with lib;
|
|||
plugins = [ pkgs.networkmanager-openvpn ];
|
||||
};
|
||||
};
|
||||
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
storageDriver = "btrfs";
|
||||
rootless = {
|
||||
enable = true;
|
||||
setSocketVariable = true;
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue