vmd32387: update to nixos 21.11

This commit is contained in:
steveej 2021-12-06 21:38:15 +01:00
parent 82b76265fa
commit 9ae50a8275
5 changed files with 26 additions and 10 deletions

View file

@ -19,6 +19,7 @@
users.extraUsers."${containerBackupCfg.user}" = {
uid = 2000;
group = containerBackupCfg.group;
shell = pkgs.bashInteractive;
home = "/${containerBackupCfg.targetPath}";
openssh.authorizedKeys.keys = [