diff --git a/hosts/wano/configuration.nix b/hosts/wano/configuration.nix index deb3564..cd5bc94 100644 --- a/hosts/wano/configuration.nix +++ b/hosts/wano/configuration.nix @@ -62,7 +62,7 @@ services.printing.enable = true; # Enable sound with pipewire. - hardware.pulseaudio.enable = false; + services.pulseaudio.enable = false; security.rtkit.enable = true; services.pipewire = { enable = true; diff --git a/hosts/wano/home.nix b/hosts/wano/home.nix index 552fd30..da24e5d 100644 --- a/hosts/wano/home.nix +++ b/hosts/wano/home.nix @@ -71,6 +71,6 @@ # GPG setup services.gpg-agent = { enable = true; - pinentryPackage = pkgs.pinentry-curses; + pinentry.package = pkgs.pinentry-curses; }; }