From ca04fc4cb717fefea954664b9daaf3592f68928d Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Tue, 20 May 2025 17:36:33 +0200 Subject: [PATCH] style: format code and remove redundant line --- hosts/marpa/configuration.nix | 1 - users/modules/gpg.nix | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/hosts/marpa/configuration.nix b/hosts/marpa/configuration.nix index 3ddac04..7df8bae 100644 --- a/hosts/marpa/configuration.nix +++ b/hosts/marpa/configuration.nix @@ -60,7 +60,6 @@ security.rtkit.enable = true; nix.settings.trusted-users = ["root" "phundrak"]; - nixpkgs.config.allowUnfree = true; environment.systemPackages = with pkgs; [ clinfo # AMD diff --git a/users/modules/gpg.nix b/users/modules/gpg.nix index 8506b74..48a7015 100644 --- a/users/modules/gpg.nix +++ b/users/modules/gpg.nix @@ -1,4 +1,4 @@ -{pkgs, ...}:{ +{pkgs, ...}: { programs.gpg = { enable = true; mutableKeys = true;