mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 23:00:14 +01:00
feat: adds sshd.enabled = true; to default server config
This commit is contained in:
parent
14baa6d11d
commit
b3c7e34dc2
1 changed files with 2 additions and 0 deletions
|
|
@ -36,6 +36,8 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
sshd.enable = true;
|
||||
};
|
||||
|
||||
boot = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue