aboutsummaryrefslogtreecommitdiff
path: root/nix/flake.nix
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@gmail.com>2025-02-03 16:26:41 -0800
committerPreston Pan <ret2pop@gmail.com>2025-02-03 16:26:41 -0800
commitb45299bdc8eb3c10754fe8380c417ca9f9589c9f (patch)
tree6312cfc8355a48265c1407c6068952e73bde79fc /nix/flake.nix
parent66c78fdb55211cc071b87761635284f17b7c7c4c (diff)
Modularize configuration more
Diffstat (limited to 'nix/flake.nix')
-rw-r--r--nix/flake.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/nix/flake.nix b/nix/flake.nix
index 50febed..950e86a 100644
--- a/nix/flake.nix
+++ b/nix/flake.nix
@@ -52,7 +52,6 @@
{ nixpkgs.overlays = [ nur.overlays.default ]; }
{ home-manager.extraSpecialArgs = attrs; }
- ./modules/sda-simple.nix
./systems/continuity/default.nix
];
};
@@ -67,7 +66,7 @@
sops-nix.nixosModules.sops
{ nixpkgs.overlays = [ nur.overlays.default ]; }
{ home-manager.extraSpecialArgs = attrs; }
- ./modules/nvme-simple.nix
+
./systems/affinity/default.nix
];
};
@@ -82,7 +81,6 @@
sops-nix.nixosModules.sops
{ nixpkgs.overlays = [ nur.overlays.default ]; }
{ home-manager.extraSpecialArgs = attrs; }
- ./modules/vda-simple.nix
./systems/spontaneity/default.nix
];
};