From 35f40e421c55fa96d07035f6f36f65df6478fcfd Mon Sep 17 00:00:00 2001 From: notgne2 Date: Wed, 6 Oct 2021 12:40:57 -0700 Subject: [PATCH] flatpak by default on workstations --- modules/workstation.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/workstation.nix b/modules/workstation.nix index 3c7b39d..c61dee7 100644 --- a/modules/workstation.nix +++ b/modules/workstation.nix @@ -25,6 +25,8 @@ in nssmdns = lib.mkDefault true; }; + services.flatpak.enable = true; + services.ezpw.enable = lib.mkDefault true; security.pam.services = {