summaryrefslogtreecommitdiff
path: root/hosts/fscusat/configuration.nix
blob: 456cd8915253dd656432fefeed267fab79bf102b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{ ... }:

{
  imports = [
    ./hardware-configuration.nix
    ./modules/network.nix
    ../../common.nix
  ];

  services.openssh.ports = [ 22 465 ];
}