diff options
author | Azat Bahawi <azat@bahawi.net> | 2024-03-17 17:52:16 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2024-03-17 17:52:16 +0300 |
commit | aa5ac7a7a16c3671b71eb5cac2512398a7e5bbe9 (patch) | |
tree | 314489d2e340c897eda97370fa22faf0b2a5248a /modules/nixos/incus.nix | |
parent | 2024-03-10 (diff) |
2024-03-17
Diffstat (limited to '')
-rw-r--r-- | modules/nixos/incus.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/nixos/incus.nix b/modules/nixos/incus.nix index ada113f..14bbc1d 100644 --- a/modules/nixos/incus.nix +++ b/modules/nixos/incus.nix @@ -57,6 +57,12 @@ in { networking.firewall.trustedInterfaces = ["incusbr0"]; + # FIXME https://nixpk.gs/pr-tracker.html?pr=295364 + # systemd.services.incus.path = mkForce [ + # config.boot.zfs.package + # "${config.boot.zfs.package}/lib/udev" + # ]; + my.extraGroups = ["incus-admin"]; }; } |