diff options
author | Azat Bahawi <azat@bahawi.net> | 2024-08-20 14:12:44 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2024-08-20 14:12:44 +0300 |
commit | 57d310ed10473ac1c06892f2dc22d6cd25b2291e (patch) | |
tree | a5e30e11fc531e01f1bfcc2b91f750ef2dab5764 /configurations | |
parent | 2024-08-14 (diff) |
2024-08-20
Diffstat (limited to '')
-rw-r--r-- | configurations/eonwe/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configurations/eonwe/default.nix b/configurations/eonwe/default.nix index f569a0a..a51b5ea 100644 --- a/configurations/eonwe/default.nix +++ b/configurations/eonwe/default.nix @@ -23,7 +23,8 @@ with lib; android.enable = true; beets.enable = true; bluetooth.enable = true; - incus.enable = false; + incus.enable = true; + ipfs.enable = true; libvirtd.enable = true; mpd.enable = true; qutebrowser.enable = true; |