diff options
Diffstat (limited to 'hosts/fscusat/configuration.nix')
-rw-r--r-- | hosts/fscusat/configuration.nix | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/hosts/fscusat/configuration.nix b/hosts/fscusat/configuration.nix new file mode 100644 index 0000000..456cd89 --- /dev/null +++ b/hosts/fscusat/configuration.nix @@ -0,0 +1,11 @@ +{ ... }: + +{ + imports = [ + ./hardware-configuration.nix + ./modules/network.nix + ../../common.nix + ]; + + services.openssh.ports = [ 22 465 ]; +} |