diff options
| author | seth <[email protected]> | 2023-05-08 13:29:55 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-08 13:29:55 -0400 |
| commit | 06e93b863432d1ed980f9c181eac9295ed5e24a0 (patch) | |
| tree | 2e73af69016eebae122244f55507967cccfbb97b | |
| parent | 56303d957b2e7527b8e7224ea5642cbeb3c89a88 (diff) | |
remove git-crypt
i can just have a placeholder password lol
| -rw-r--r-- | .git-crypt/.gitattributes | 4 | ||||
| -rw-r--r-- | .git-crypt/keys/default/0/0E15C4B54D8FFEBD3A5FDF73D31BD0D494BBEE86.gpg | bin | 726 -> 0 bytes | |||
| -rw-r--r-- | .gitattributes | 1 | ||||
| -rw-r--r-- | flake/dev.nix | 2 | ||||
| -rw-r--r-- | hosts/turret/files/etc/config/wireless | bin | 827 -> 798 bytes | |||
| -rw-r--r-- | justfile | 8 |
6 files changed, 0 insertions, 15 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/0E15C4B54D8FFEBD3A5FDF73D31BD0D494BBEE86.gpg b/.git-crypt/keys/default/0/0E15C4B54D8FFEBD3A5FDF73D31BD0D494BBEE86.gpg Binary files differdeleted file mode 100644 index 7ba7ef1..0000000 --- a/.git-crypt/keys/default/0/0E15C4B54D8FFEBD3A5FDF73D31BD0D494BBEE86.gpg +++ /dev/null diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index ec504d9..0000000 --- a/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -hosts/turret/files/etc/config/wireless filter=git-crypt diff=git-crypt diff --git a/flake/dev.nix b/flake/dev.nix index c00328b..712f334 100644 --- a/flake/dev.nix +++ b/flake/dev.nix @@ -33,8 +33,6 @@ in { actionlint alejandra deadnix - fzf - git-crypt just nil.packages.${system}.nil ragenix.packages.${system}.ragenix diff --git a/hosts/turret/files/etc/config/wireless b/hosts/turret/files/etc/config/wireless Binary files differindex b4a431d..c8bb9d7 100644 --- a/hosts/turret/files/etc/config/wireless +++ b/hosts/turret/files/etc/config/wireless @@ -4,11 +4,9 @@ alias d := deploy alias da := deploy-all alias f := fmt alias l := lint -alias lo := lock alias p := pre-commit alias sw := switch alias t := test -alias ul := unlock default: @just --choose @@ -35,9 +33,6 @@ fmt: lint: pre-commit run statix && pre-commit run deadnix -lock: - git-crypt lock - pre-commit: pre-commit run @@ -57,9 +52,6 @@ test: test: darwin-rebuild test --flake . -unlock: - git-crypt unlock - update: nix flake update |
