Compare commits

..

3 Commits

Author SHA1 Message Date
80e506a047
flake: update nvim 2024-04-17 22:57:49 +02:00
633cbf0be1
magpie/nfs: disable nfs 2024-04-17 22:57:41 +02:00
a3ea0c7182
magpie/ssh: change auth pubkey 2024-04-17 22:54:34 +02:00

View File

@ -28,7 +28,7 @@
users.users.root.initialHashedPassword = "";
users.users.root.openssh.authorizedKeys.keys = [
builtins.readFile ../nixy/ssh_pubkey
(builtins.readFile ../nixy/ssh_pubkey)
];
environment.systemPackages = with pkgs; [