diff options
author | EuAndreh <eu@euandre.org> | 2023-02-22 11:14:15 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-02-22 11:14:15 -0300 |
commit | c27dbfbd132aa8ff8d8b2318f309c8023f08fe97 (patch) | |
tree | 03ff4f5ac2e39b2f8c791186f8b8c40f4d6dc553 | |
parent | etc/nix/configuration.nix: Disable libvirtd service (diff) | |
download | dotfiles-c27dbfbd132aa8ff8d8b2318f309c8023f08fe97.tar.gz dotfiles-c27dbfbd132aa8ff8d8b2318f309c8023f08fe97.tar.xz |
etc/nix/configuration.nix: Disable flatpak service
-rw-r--r-- | etc/nix/configuration.nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/etc/nix/configuration.nix b/etc/nix/configuration.nix index f52cd8e..97f383e 100644 --- a/etc/nix/configuration.nix +++ b/etc/nix/configuration.nix @@ -76,7 +76,6 @@ services = { upower.enable = true; - flatpak.enable = true; postfix.enable = true; openssh = { @@ -159,10 +158,5 @@ }; }; - xdg.portal = { - enable = true; - extraPortals = [ pkgs.xdg-desktop-portal-gtk ]; - }; - virtualisation.docker.enable = true; } |