From 8febb2fad131dc1ff42a2c667b26b013d64c17b8 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sat, 1 Jun 2024 19:25:59 +0530 Subject: repo: ./nixos -> ./os --- os/fscusat/configuration.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 os/fscusat/configuration.nix (limited to 'os/fscusat/configuration.nix') diff --git a/os/fscusat/configuration.nix b/os/fscusat/configuration.nix new file mode 100644 index 0000000..e515783 --- /dev/null +++ b/os/fscusat/configuration.nix @@ -0,0 +1,14 @@ +{ ... }: + +{ + imports = [ + ../common/configuration.nix + ./hardware-configuration.nix + + ./modules/network.nix + ./modules/www.nix + ./modules/mirror + ]; + + services.openssh.ports = [ 22 465 ]; +} -- cgit v1.2.3