From cd942d253bda8f511fdb921ea29f69f382a9368e Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Fri, 8 Mar 2024 10:50:28 +0530 Subject: repo: restructure source tree --- hosts/kay/configuration.nix | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 hosts/kay/configuration.nix (limited to 'hosts/kay/configuration.nix') diff --git a/hosts/kay/configuration.nix b/hosts/kay/configuration.nix deleted file mode 100644 index 1e264e2..0000000 --- a/hosts/kay/configuration.nix +++ /dev/null @@ -1,17 +0,0 @@ -{ ... }: - -{ - imports = [ - ./hardware-configuration.nix - ./modules/network.nix - ./modules/www.nix - ./modules/sftp.nix - ./modules/acme.nix - ./modules/mail.nix - ./modules/dns - ./modules/sshfwd.nix - ../../common.nix - ]; - - boot.consoleLogLevel = 3; -} -- cgit v1.2.3