From 08de47d69f6c24ff6baf6b9e0c6bc9c73f70f06f Mon Sep 17 00:00:00 2001 From: Xory Date: Thu, 28 Aug 2025 16:50:51 +0300 Subject: [PATCH] gpg --- hosts/nixvm/configuration.nix | 4 +++- hosts/nixvm/home.nix | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/nixvm/configuration.nix b/hosts/nixvm/configuration.nix index 0519d5a..0b652c4 100644 --- a/hosts/nixvm/configuration.nix +++ b/hosts/nixvm/configuration.nix @@ -60,7 +60,9 @@ }; # Enable CUPS to print documents. - services.printing.enable = true; + # services.printing.enable = true; + + programs.gnupg.agent.enable = true; # Enable sound with pipewire. services.pulseaudio.enable = false; diff --git a/hosts/nixvm/home.nix b/hosts/nixvm/home.nix index 179d0b3..04b2580 100644 --- a/hosts/nixvm/home.nix +++ b/hosts/nixvm/home.nix @@ -7,6 +7,7 @@ neovim fastfetch firefox + git ]; home.file = {