diff options
| author | Preston Pan <ret2pop@gmail.com> | 2025-09-07 20:48:46 -0700 |
|---|---|---|
| committer | Preston Pan <ret2pop@gmail.com> | 2025-09-07 20:48:46 -0700 |
| commit | 5b8d09f2d7ebb7a1670c695af5761353d5b76d7e (patch) | |
| tree | 7cd2d1d4a30012e325c38d5bda65e83e6a48b5d6 /nix/systems/affinity/default.nix | |
| parent | 5146b2fa654b469eaf425345797d58f0126de4b9 (diff) | |
create drive abstractions and entry points for disko
Diffstat (limited to 'nix/systems/affinity/default.nix')
| -rw-r--r-- | nix/systems/affinity/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nix/systems/affinity/default.nix b/nix/systems/affinity/default.nix index 7f1f29d..17f140a 100644 --- a/nix/systems/affinity/default.nix +++ b/nix/systems/affinity/default.nix @@ -1,12 +1,12 @@ { config, lib, home-manager, ... }: { imports = [ - ../../modules/default.nix - ../../disko/nvme-simple.nix - ../home.nix + ../includes.nix + ../../disko/drive-simple.nix ]; config = { monorepo = { + vars.device = "/dev/nvme0n1"; profiles = { server.enable = false; cuda.enable = true; |
