diff options
author | sils <sils@sils.li> | 2023-11-26 12:50:44 +0100 |
---|---|---|
committer | sils <sils@sils.li> | 2023-11-26 12:50:44 +0100 |
commit | 47447d34bc1a3d607f2c04dcac8d60976a1ac07f (patch) | |
tree | 80b880572436f0368883c1f06cfc52bda59ad2c6 | |
parent | feat(sys/networking): declare networks with hidden ssids (diff) | |
download | nix-config-47447d34bc1a3d607f2c04dcac8d60976a1ac07f.tar.gz nix-config-47447d34bc1a3d607f2c04dcac8d60976a1ac07f.zip |
feat(treewide): remove git-crypt
I don't use it anymore and have no intentions to do in future as it complicates building with hydra.
Diffstat (limited to '')
-rw-r--r-- | .git-crypt/.gitattributes | 4 | ||||
-rw-r--r-- | .git-crypt/keys/default/0/C1DAA551B4227A6F3FD96B3A467B7D129EA73AC9.gpg | 5 | ||||
-rw-r--r-- | .gitattributes | 2 | ||||
-rw-r--r-- | .sops.yaml | bin | 246 -> 0 bytes | |||
-rw-r--r-- | sys/networking/networks.nix | bin | 222 -> 0 bytes |
5 files changed, 0 insertions, 11 deletions
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/C1DAA551B4227A6F3FD96B3A467B7D129EA73AC9.gpg b/.git-crypt/keys/default/0/C1DAA551B4227A6F3FD96B3A467B7D129EA73AC9.gpg deleted file mode 100644 index 27511e9..0000000 --- a/.git-crypt/keys/default/0/C1DAA551B4227A6F3FD96B3A467B7D129EA73AC9.gpg +++ /dev/null @@ -1,5 +0,0 @@ -^P>@QzP=ܸ;wX Qǽx1U0z95R32b__@[秶a\{.t!;1%8-=NjӼ".9A9R7Nw,L8q0sKUUd%B -\ -9DO: JWjG; -D%_+BK%%`Ep<ёo -,X=詛uB(IުvP,sѴ \ No newline at end of file diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 984d4fa..0000000 --- a/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -sys/networking/networks.nix filter=git-crypt diff=git-crypt -.sops.yaml filter=git-crypt diff=git-crypt diff --git a/.sops.yaml b/.sops.yaml deleted file mode 100644 index 0ed0bce..0000000 --- a/.sops.yaml +++ /dev/null Binary files differdiff --git a/sys/networking/networks.nix b/sys/networking/networks.nix deleted file mode 100644 index 5613da3..0000000 --- a/sys/networking/networks.nix +++ /dev/null Binary files differ |