diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2023-11-09 18:03:00 -0700 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2023-11-09 18:03:00 -0700 |
| commit | 5d90b921495e3abc4e9b61bf4f01e052d48d8b70 (patch) | |
| tree | f32801694db00ffeaa76ca5d07907d5d651868ef /modules/user-profiles | |
| parent | e62af43eb0c17c569b2ba796eeab82ad5d01425d (diff) | |
changed keys
Diffstat (limited to 'modules/user-profiles')
| -rw-r--r-- | modules/user-profiles/defin.nix | 4 | ||||
| -rw-r--r-- | modules/user-profiles/root.nix | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/modules/user-profiles/defin.nix b/modules/user-profiles/defin.nix index 931fd77..798a290 100644 --- a/modules/user-profiles/defin.nix +++ b/modules/user-profiles/defin.nix @@ -13,8 +13,8 @@ openssh.authorizedKeys.keyFiles = [ (builtins.fetchurl { - url = "https://gitlab.com/dFinlinson.keys"; - sha256 = "0zzmma4zd7dm4sy6ikk03mqac8c5401l6xzfyqvk2v7ndxmd97l1"; + url = "https://git.wormcar.gay/devinf.keys"; + sha256 = "14d35z9r6gakfavf5qljjk2iv8cm09n3x2ajgbs91b1hsga3midk"; }) ]; }; diff --git a/modules/user-profiles/root.nix b/modules/user-profiles/root.nix index 0223a3f..aba99c1 100644 --- a/modules/user-profiles/root.nix +++ b/modules/user-profiles/root.nix @@ -8,8 +8,8 @@ # oppenssh.authorizedKeys.keyFiles = [ # (builtins.fetchurl { - # url = "https://gitlab.com/dFinlinson.keys"; - # sha256 = "0zzmma4zd7dm4sy6ikk03mqac8c5401l6xzfyqvk2v7ndxmd97l1"; + # url = "https://git.wormcar.gay/devinf.keys"; + # sha256 = "14d35z9r6gakfavf5qljjk2iv8cm09n3x2ajgbs91b1hsga3midk"; # }) # ]; }; |
