From 1f96a50f9337eaedc1e5811c0dfae633df37d4f1 Mon Sep 17 00:00:00 2001 From: Paul Hartman Date: Thu, 10 Oct 2024 04:40:02 -0500 Subject: [PATCH] Working on cleaning up nas configuration --- hosts/nas/.configuration.nix.kate-swp | Bin 223 -> 0 bytes hosts/nas/configuration.nix | 11 +---------- 2 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 hosts/nas/.configuration.nix.kate-swp diff --git a/hosts/nas/.configuration.nix.kate-swp b/hosts/nas/.configuration.nix.kate-swp deleted file mode 100644 index dc38b6896d5015148afcc40f7aa9d888225f0b12..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 223 zcmZQzU=Z?7EJ;-eE>A2_aLdd|RWQ;sU|?VnS$65jd#?B-e!JtGCI95J|F*cEycQe; zl-Ui$AixIV>;f|x81z7#oluSvh_eIA5dm?wBXhPvIbZ{}LOF6EWm}MyZH97WKr)-4 h9QjZnV>gJ{1tNBWh#eqeJBZi@BDR8vEg)jED*${$C3OG* diff --git a/hosts/nas/configuration.nix b/hosts/nas/configuration.nix index a6d2c4e..c555855 100644 --- a/hosts/nas/configuration.nix +++ b/hosts/nas/configuration.nix @@ -176,16 +176,7 @@ }; git.enable = true; }; -# programs.mtr.enable = true; -# programs.gnupg.agent = { -# enable = true; -# enableSSHSupport = true; -# }; -# programs.git = { -# enable = true; -# # userName = "Paul Hartman"; -# # userEmail = "paul.hartman@astaluk.com"; -# }; + # List services that you want to enable: services = { openssh.enable = true;