From 617a8e7459bd3c3cd9b4cf19080076139b8a8a2b Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Fri, 11 Mar 2022 18:59:48 +0100 Subject: [PATCH 1/2] secrets: remove old module --- boreal.nix | 3 --- poseidon.nix | 3 --- secrets/default.nix | 14 -------------- 3 files changed, 20 deletions(-) delete mode 100644 secrets/default.nix diff --git a/boreal.nix b/boreal.nix index 63b89d5..448fcfb 100644 --- a/boreal.nix +++ b/boreal.nix @@ -10,9 +10,6 @@ # Service definitions ./services - # Configuration secrets - ./secrets - # Host-specific config ./hosts/boreal ]; diff --git a/poseidon.nix b/poseidon.nix index 6e02ba3..2739352 100644 --- a/poseidon.nix +++ b/poseidon.nix @@ -11,9 +11,6 @@ # Service definitions ./services - # Configuration secrets - ./secrets - # Host-specific config ./hosts/poseidon ]; diff --git a/secrets/default.nix b/secrets/default.nix deleted file mode 100644 index 5b4ab4a..0000000 --- a/secrets/default.nix +++ /dev/null @@ -1,14 +0,0 @@ -{ pkgs, lib, config, ... }: -let - inherit (lib) - fileContents - mkOption - ; -in { - options.my.secrets = let inherit (lib) types; in mkOption { - type = types.attrs; - }; - - config.my.secrets = { - }; -} From 73229df4e458a63ec8cff3dc50938614d40ca337 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Fri, 11 Mar 2022 19:02:19 +0100 Subject: [PATCH 2/2] get rid of git-crypt --- .git-crypt/.gitattributes | 4 ---- .../91FF02AD4EEBB9C7E08FF04D6BD29B53D3847632.gpg | Bin 726 -> 0 bytes .gitattributes | 3 --- 3 files changed, 7 deletions(-) delete mode 100644 .git-crypt/.gitattributes delete mode 100644 .git-crypt/keys/default/0/91FF02AD4EEBB9C7E08FF04D6BD29B53D3847632.gpg delete mode 100644 .gitattributes diff --git a/.git-crypt/.gitattributes b/.git-crypt/.gitattributes deleted file mode 100644 index 665b10e..0000000 --- a/.git-crypt/.gitattributes +++ /dev/null @@ -1,4 +0,0 @@ -# Do not edit this file. To specify the files to encrypt, create your own -# .gitattributes file in the directory where your files are. -* !filter !diff -*.gpg binary diff --git a/.git-crypt/keys/default/0/91FF02AD4EEBB9C7E08FF04D6BD29B53D3847632.gpg b/.git-crypt/keys/default/0/91FF02AD4EEBB9C7E08FF04D6BD29B53D3847632.gpg deleted file mode 100644 index 4a4cc593b01cdad915256bcd9d08599fda56930d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 726 zcmZo=;$dznOUkjCI%63l|6eIVIqmJH%Znzy@%jDnGWYM#!3G8uwug8ttLLoD{P4Bz zO36&|0G3qWxMh3))@|`~zB#W*_(kWxS;q`*OPuCuEay}HDZR+st#7u3@hNq~-!&z% z5<4%glAL?B?5UX=hljh6&wC;DLoSVWtr@SWVda?;d8Xj z%KA1%bDpYrprxqZA@}&CE~m{SYu6X=y+0|WcV(^oc)N;aGt;J;D^=mrFK-eN; zq)oWTe*8J+a2yMkZiLgTX1S|{^WMqE1TBrCg0 z{>xNNIfWli|6Syc{CMYFJmI(g#smJ39CQ7*?cOp)$9L7epISOQ zmvPpZW+iEDNISH-sJ?mc!|SWRCK;+u_f(#HsP9d{H<#2Wy$jdpOY`(^+1}QW>^e%?nF5y%urR88Y}mQr_>V%Z zinyu!e17Dg3h~~}Eq+jEYer66r`nVhtK1`#Rh&96tE5!S=REm};U&9ld&hUJbaR{Y zPuzIb?qqm+t!tlL@h;a_&3p#mg6qlL7Ze!!=AKoZcWb?x%cSpr`qn++wA-b))O+%@ zEl)RBdn@Fh3{jtCFOv0q+RUnJ?=#x$S43CDB{}tSU&+=xGI`ytxAwNVi=|Jq1(_c| srF`bS_pS@?+SfV9FTJ$US;tKGYsqP&Cs#Hso=|(OA(O-MpY-#q0K}AN0{{R3 diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index dca0b4c..0000000 --- a/.gitattributes +++ /dev/null @@ -1,3 +0,0 @@ -secrets/**/*.secret filter=git-crypt diff=git-crypt -secrets/matrix-email-config.nix filter=git-crypt diff=git-crypt -home/secrets/*.secret filter=git-crypt diff=git-crypt