diff options
| author | Fuwn <[email protected]> | 2024-08-30 17:18:42 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-08-30 17:18:42 -0700 |
| commit | f011065b76e37a76222919c333005559eda8dbde (patch) | |
| tree | d56b550369591048c9062344e49ca3e79a291b14 /modules/virtualisation.nix | |
| parent | update (diff) | |
| download | nixos-config-f011065b76e37a76222919c333005559eda8dbde.tar.xz nixos-config-f011065b76e37a76222919c333005559eda8dbde.zip | |
swag
Diffstat (limited to 'modules/virtualisation.nix')
| -rw-r--r-- | modules/virtualisation.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/virtualisation.nix b/modules/virtualisation.nix index 6add74f..442cbf7 100644 --- a/modules/virtualisation.nix +++ b/modules/virtualisation.nix @@ -4,6 +4,11 @@ enable = true; storageDriver = "btrfs"; enableOnBoot = false; + + rootless = { + enable = true; + setSocketVariable = true; + }; }; libvirtd.enable = true; |