add deploy-rs for remotely deploy nixos config
This commit is contained in:
parent
cf03484587
commit
ae7d74249b
15 changed files with 290 additions and 85 deletions
|
|
@ -17,6 +17,7 @@
|
|||
unixName = "alice";
|
||||
hostName = "Cape";
|
||||
};
|
||||
users.deploy.enable = true;
|
||||
programs = {
|
||||
openssh.enable = true;
|
||||
tailscale.enable = true;
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
];
|
||||
};
|
||||
|
||||
users.mutableUsers = false;
|
||||
programs.fish.enable = true;
|
||||
users.users.alice.shell = pkgs.fish;
|
||||
users.users.alice.openssh.authorizedKeys.keyFiles = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue