summary refs log tree commit diff
path: root/profiles/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/default.nix')
-rw-r--r--profiles/default.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/profiles/default.nix b/profiles/default.nix
deleted file mode 100644
index 77921b6..0000000
--- a/profiles/default.nix
+++ /dev/null
@@ -1,8 +0,0 @@
-{inputs, ...}: {
-  flake.nixosModules = {
-    nix = import ./nix.nix {inherit inputs;};
-    security = ./security.nix;
-    tzlil = ./tzlil.nix;
-    ssh = ./ssh.nix;
-  };
-}