summaryrefslogtreecommitdiff
path: root/hosts/fscusat/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/fscusat/configuration.nix')
-rw-r--r--hosts/fscusat/configuration.nix13
1 files changed, 0 insertions, 13 deletions
diff --git a/hosts/fscusat/configuration.nix b/hosts/fscusat/configuration.nix
deleted file mode 100644
index 779f0ec..0000000
--- a/hosts/fscusat/configuration.nix
+++ /dev/null
@@ -1,13 +0,0 @@
-{ ... }:
-
-{
- imports = [
- ./hardware-configuration.nix
- ./modules/network.nix
- ./modules/www.nix
- ./modules/mirror
- ../../common.nix
- ];
-
- services.openssh.ports = [ 22 465 ];
-}