From 9cc1ae1d48b23ec8211d3875e61ce5d1ea5e9f6c Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Tue, 9 Jan 2024 11:50:12 +0530 Subject: hosts: mox -> fscusat --- hosts/fscusat/configuration.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 hosts/fscusat/configuration.nix (limited to 'hosts/fscusat/configuration.nix') 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 ]; +} -- cgit v1.2.3