mirror of
https://codeberg.org/privacy1st/nixos-anywhere-example
synced 2024-11-20 21:58:06 +01:00
fix: refactor
This commit is contained in:
parent
436c033c54
commit
7bf79ef4a8
@ -14,6 +14,6 @@
|
|||||||
# Enable SSH in the boot process.
|
# Enable SSH in the boot process.
|
||||||
systemd.services.sshd.wantedBy = pkgs.lib.mkForce [ "multi-user.target" ];
|
systemd.services.sshd.wantedBy = pkgs.lib.mkForce [ "multi-user.target" ];
|
||||||
users.users.root.openssh.authorizedKeys.keys = [
|
users.users.root.openssh.authorizedKeys.keys = [
|
||||||
(builtins.readFile ./template/nitrokey.pub)
|
(builtins.readFile ./nitrokey.pub)
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user