As it's used a shell, thus user declaration depends on it. Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
parent
7428451531
commit
6edd55704a
2 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,6 @@
|
|||
programs.iotop.enable = true;
|
||||
programs.mtr.enable = true;
|
||||
programs.traceroute.enable = true;
|
||||
programs.zsh.enable = true;
|
||||
|
||||
security.apparmor.enable = false;
|
||||
}
|
||||
|
|
|
@ -21,5 +21,7 @@
|
|||
];
|
||||
};
|
||||
|
||||
programs.zsh.enable = true;
|
||||
|
||||
services.openssh.settings.AllowUsers = [ "christoph" ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue