Update to 23.05
This commit is contained in:
parent
a892e5e2f0
commit
59723f3310
10 changed files with 75 additions and 90 deletions
8
modules/server/default.nix
Normal file
8
modules/server/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./ssh.nix
|
||||
];
|
||||
|
||||
networking.firewall.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue