move displays to hardware section

This commit is contained in:
tristan 2023-05-09 08:38:51 +01:00
parent e4bbcbb7c5
commit 5558ffce13
8 changed files with 31 additions and 37 deletions

View file

@ -81,5 +81,15 @@ with lib;
plugins = [ pkgs.networkmanager-openvpn ];
};
};
virtualisation.docker = {
enable = true;
storageDriver = "btrfs";
rootless = {
enable = true;
setSocketVariable = true;
};
};
};
}