diff options
Diffstat (limited to 'hosts/adam/configuration.nix')
| -rw-r--r-- | hosts/adam/configuration.nix | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/hosts/adam/configuration.nix b/hosts/adam/configuration.nix index d391b64..7d3423c 100644 --- a/hosts/adam/configuration.nix +++ b/hosts/adam/configuration.nix @@ -11,6 +11,7 @@ ./hardware-configuration.nix ./audio.nix ./wooting.nix + ../../modules/nixos ]; boot = { @@ -79,17 +80,9 @@ ignoreShellProgramCheck = true; }; - services = { - openssh.enable = true; - gnome.gnome-keyring.enable = true; - }; - - xdg.portal = { - enable = true; - wlr.enable = true; - }; + xdg.portal.enable = true; - security.polkit.enable = true; + services.openssh.enable = true; programs.dconf.enable = true; |
