summaryrefslogtreecommitdiff
path: root/modules/users/defin.nix
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2023-11-28 06:45:09 -0700
committerDevin Finlinson <devin.finlinson@pm.me>2023-11-28 06:45:09 -0700
commit0c51b58ab1fd9da780afa1f9cc595344ff7a5393 (patch)
tree4ef8ec0032292665b97825f50bcec4e03ebf63a5 /modules/users/defin.nix
parentc512efd302f0ce32ef3386cdad94eb06bf380431 (diff)
updated sources, and started work on using home manager for shell config
Diffstat (limited to 'modules/users/defin.nix')
-rw-r--r--modules/users/defin.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/users/defin.nix b/modules/users/defin.nix
index ae0f04e..c09b0bb 100644
--- a/modules/users/defin.nix
+++ b/modules/users/defin.nix
@@ -14,7 +14,7 @@
openssh.authorizedKeys.keyFiles = [
(builtins.fetchurl {
url = "https://git.wormcar.gay/devinf.keys";
- sha256 = "14d35z9r6gakfavf5qljjk2iv8cm09n3x2ajgbs91b1hsga3midk";
+ sha256 = "1jm206w3j896zl2v137zmri4v46kq9wpj4fv17bfa023xm2qy2bh";
})
];
};