mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-21 17:02:18 +00:00
pixnix: add sshd
This commit is contained in:
parent
a75028bfdc
commit
3a9be32cbe
2 changed files with 4 additions and 0 deletions
3
hosts/common/optional/sshd.nix
Normal file
3
hosts/common/optional/sshd.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
services.sshd.enable = true;
|
||||
}
|
|
@ -10,6 +10,7 @@
|
|||
../common/users/john
|
||||
|
||||
../common/optional/docker.nix
|
||||
../common/optional/sshd.nix
|
||||
];
|
||||
|
||||
boot = {
|
||||
|
|
Loading…
Reference in a new issue