diff --git a/hosts/pinwheel/modules/work/default.nix b/hosts/pinwheel/modules/work/default.nix index 60c873b..55d02e9 100644 --- a/hosts/pinwheel/modules/work/default.nix +++ b/hosts/pinwheel/modules/work/default.nix @@ -59,13 +59,6 @@ in }; age.secrets = { - "netrc" = { - file = ../../../../secrets/pinwheel/netrc.age; - path = "/home/alex/.netrc"; - owner = "alex"; - group = "users"; - }; - "alex.pinwheel-work" = { file = ../../../../secrets/pinwheel/alex.pinwheel-work.age; path = "/home/alex/.ssh/alex.pinwheel-work"; diff --git a/secrets/pinwheel/netrc.age b/secrets/pinwheel/netrc.age deleted file mode 100644 index 644b271..0000000 Binary files a/secrets/pinwheel/netrc.age and /dev/null differ diff --git a/secrets/secrets.nix b/secrets/secrets.nix index 1f2c88d..4b095f9 100644 --- a/secrets/secrets.nix +++ b/secrets/secrets.nix @@ -16,7 +16,6 @@ in { "pinwheel/alex.pinwheel-work.pub.age".publicKeys = [ pinwheel alex ]; "pinwheel/alex.pinwheel-codeberg.org.age".publicKeys = [ pinwheel alex ]; "pinwheel/alex.pinwheel-codeberg.org.pub.age".publicKeys = [ pinwheel alex ]; - "pinwheel/netrc.age".publicKeys = [ pinwheel alex ]; "pinwheel/work-ovpn.age".publicKeys = [ pinwheel alex ]; "sombrero/syncthing-cert.age".publicKeys = [ sombrero alex ];