aboutsummaryrefslogtreecommitdiff
path: root/desktop/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/configuration.nix')
-rw-r--r--desktop/configuration.nix12
1 files changed, 0 insertions, 12 deletions
diff --git a/desktop/configuration.nix b/desktop/configuration.nix
index 445ad90..aa5290e 100644
--- a/desktop/configuration.nix
+++ b/desktop/configuration.nix
@@ -5,18 +5,6 @@ in
{
imports = [];
- sops = {
- defaultSopsFile = ../secrets/secrets.yaml;
- defaultSopsFormat = "yaml";
- gnupg = {
- home = "/home/${vars.userName}/.gnupg";
- sshKeyPaths = [];
- };
- secrets.mail = {
- format = "yaml";
- };
- };
-
hardware.enableAllFirmware = true;
documentation = {