parent
d4dcdef371
commit
98fb1316e7
4 changed files with 90 additions and 52 deletions
|
@ -13,16 +13,25 @@
|
|||
|
||||
virtualisation = {
|
||||
podman.enable = true;
|
||||
virtualbox.host = {
|
||||
# enableKvm = true;
|
||||
enable = true;
|
||||
enableHardening = false;
|
||||
enableExtensionPack = true;
|
||||
};
|
||||
docker = {
|
||||
enable = false;
|
||||
storageDriver = "btrfs";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
|
||||
users.extraUsers.vivian.extraGroups = [
|
||||
# "wireshark"
|
||||
# "docker"
|
||||
# "lxd"
|
||||
"vboxusers"
|
||||
];
|
||||
|
||||
programs.nix-ld = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue