diff options
| author | Preston Pan <ret2pop@nullring.xyz> | 2026-03-01 23:51:02 -0800 |
|---|---|---|
| committer | Preston Pan <ret2pop@nullring.xyz> | 2026-03-01 23:51:02 -0800 |
| commit | a05e0614c1bb75f77717a943dc4ac75a0cca4652 (patch) | |
| tree | d52ddee9db6d6eabbafc73f04aa83f6bbcd7f0c5 /nix/systems/affinity | |
| parent | 75439737613d86975856c4bff0a1257f58fd1b1f (diff) | |
add everything; add CI
Diffstat (limited to 'nix/systems/affinity')
| -rw-r--r-- | nix/systems/affinity/default.nix | 6 | ||||
| -rw-r--r-- | nix/systems/affinity/home.nix | 3 |
2 files changed, 0 insertions, 9 deletions
diff --git a/nix/systems/affinity/default.nix b/nix/systems/affinity/default.nix index 755d6d8..33d6bc6 100644 --- a/nix/systems/affinity/default.nix +++ b/nix/systems/affinity/default.nix @@ -5,15 +5,9 @@ ../../disko/drive-simple.nix ]; config = { - zramSwap = { - enable = true; - algorithm = "zstd"; - memoryPercent = 50; - }; monorepo = { vars.device = "/dev/nvme0n1"; profiles = { - server.enable = false; cuda.enable = true; workstation.enable = true; }; diff --git a/nix/systems/affinity/home.nix b/nix/systems/affinity/home.nix index 7c8a119..59b05fc 100644 --- a/nix/systems/affinity/home.nix +++ b/nix/systems/affinity/home.nix @@ -3,7 +3,4 @@ imports = [ ../home-common.nix ]; - config.monorepo = { - profiles.cuda.enable = true; - }; } |
