diff --git a/options/custom/services/geoclue2.nix b/options/custom/services/geoclue2.nix index 1060427..78836eb 100644 --- a/options/custom/services/geoclue2.nix +++ b/options/custom/services/geoclue2.nix @@ -17,7 +17,7 @@ in { group = "geoclue"; }; in { - "desktop/geoclue2/geolocation" = secret "desktop/geoclue2/geolocation"; + "common/geoclue2/geolocation" = secret "common/geoclue2/geolocation"; }; # https://gitlab.freedesktop.org/geoclue/geoclue @@ -39,7 +39,7 @@ in { # Manually use static source from coordinates # https://github.com/NixOS/nixpkgs/issues/311595#issuecomment-2247989491 environment.etc = { - "geolocation".source = config.age.secrets."desktop/geoclue2/geolocation".path; + "geolocation".source = config.age.secrets."common/geoclue2/geolocation".path; "geoclue/conf.d/00-config.conf".text = '' [static-source] diff --git a/secrets/common/geoclue2/geolocation b/secrets/common/geoclue2/geolocation new file mode 100644 index 0000000..23d2e67 --- /dev/null +++ b/secrets/common/geoclue2/geolocation @@ -0,0 +1,11 @@ +age-encryption.org/v1 +-> ssh-ed25519 8E6j8Q rC4onQ0bbZnaTbgIsOb7joCKgCDSlI+G+ixXLvGOyR8 +7uQ6bp9DUhDvJo5D9TiFqwxN59Ssu0HlpAjVBWDcd08 +-> ssh-ed25519 sfxzoQ lQdVxgynoqPddNDtG4E0C5gnk4GId4YLTV1QpLfWJVE +Kk8eJbikBTxL8Ou+4qI3XWOF7RL409t2ZpDYlzyyqu8 +-> ssh-ed25519 g5GcDQ 3uxPJ83Ptds3Yu5npJ7pU2US4IfY3YbZSlM6K9AIeh0 +GMmVOVop1Jb1pz5OpWCL4HQrdTowu3OBm2bY43Y3nXg +-> ssh-ed25519 T/dATA E8AGyhWgLO7aDvs6KMtGkBZtEdKx3GhcEXNGMoMvHww +eRueQ0kHd0Yyr59nfwVvkZqXFFOCGgWAzcGU8m4SdWw +--- +cQLbixSgnD6Aw7JHpej55D0+I02fHNT4OLe3tm54g4 +Z/(/@8*UKW֔WnԚ_QAgA߹h,lZQFAx{m.d=ɐm1Y~ѻ)8Џi ssh-ed25519 8E6j8Q zmy3ZA2oTAR+xykhyXATW2o+26hT2ff7foZtPgBKzVI -aaPmlmzG0Tg9ghbi05pwkh63N5iKV9Q0ZgAtCG6r3TM --> ssh-ed25519 sfxzoQ 1tEV/mRweDZtB4iKlhQgoNgq4RTfj4kKcTP+upJ/JSk -NRbKjbTkAibQ44cMDymJ7PbHCf+PD9pJ3Lkj21s2YoE --> ssh-ed25519 g5GcDQ b2lpUOBO39VuNKi1CVv1/XklyiWJHBH2Di69TkbViS0 -vj5g0ORVPUhUSyaJj9S0FQMyoJhs/87JrCr9TBL7NAg --> ssh-ed25519 T/dATA iuxkgbQYgiCGj+cvmXfoDjVoyuLK3UiaE4/JuxW9o1k -F2B30uKDP05Gi38Lpad6keiwF9q4ukqm0kTdWUlh4n4 ---- 5UTr7xpivjj2XuIK0Etdjapk6hQCUpR4SOO+ynh+WZA -|>Cֻa;A[n@#;VHK*[=X rAyK0T?H1 Lݴ}6u"i9Yֆ!5#fWJkO>(8JC \ No newline at end of file diff --git a/secrets/secrets.nix b/secrets/secrets.nix index 72f4e6e..64c8d2a 100644 --- a/secrets/secrets.nix +++ b/secrets/secrets.nix @@ -43,6 +43,7 @@ in { ### Common "common/nix/access-tokens.conf".publicKeys = common; + "common/geoclue2/geolocation".publicKeys = common; "common/tailscale/tailnet".publicKeys = common; ### Console @@ -52,7 +53,6 @@ in { ### Desktop "desktop/bitwarden/client_id".publicKeys = desktop; "desktop/bitwarden/client_secret".publicKeys = desktop; - "desktop/geoclue2/geolocation".publicKeys = desktop; "desktop/users/myned.pass".publicKeys = desktop; "desktop/users/root.pass".publicKeys = desktop;