orm, elucredassa: minor cleanup to backup prototype
This commit is contained in:
parent
3ec0a2fcb9
commit
1bdb16c788
2 changed files with 4 additions and 10 deletions
|
@ -40,12 +40,7 @@
|
|||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOFa3hjej6KGmS2aQ4s46Y7U8pN4yyR2FuMofpHRwXNk syncoid@elucredassa"
|
||||
];
|
||||
|
||||
# syncoid uses these if available but doesn't pull them in automatically
|
||||
packages = with pkgs; [
|
||||
pkgs.mbuffer
|
||||
pkgs.lzop
|
||||
];
|
||||
packages = with pkgs; [ mbuffer lzop ]; # syncoid uses these if available but doesn't pull them in automatically
|
||||
};
|
||||
users.groups.backup = { };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue