diff options
author | Emile <git@emile.space> | 2024-03-10 15:29:06 +0100 |
---|---|---|
committer | Emile <git@emile.space> | 2024-03-10 15:29:06 +0100 |
commit | 13a0fdc2fb39757cba60c42c622030e7cfde0741 (patch) | |
tree | b01d3e013dc751b83d757b3ea7526c2487caabd4 /nix/hosts/caladan/darwin-configuration.nix | |
parent | 78956bf55fdaf314cac1a21a6620a9151049bf51 (diff) |
yet another try
Diffstat (limited to 'nix/hosts/caladan/darwin-configuration.nix')
-rw-r--r-- | nix/hosts/caladan/darwin-configuration.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/nix/hosts/caladan/darwin-configuration.nix b/nix/hosts/caladan/darwin-configuration.nix index bebd779..d7dce5c 100644 --- a/nix/hosts/caladan/darwin-configuration.nix +++ b/nix/hosts/caladan/darwin-configuration.nix @@ -46,12 +46,12 @@ speedFactor = 2; # Feature | Derivations requiring it - # --------------|----------------------------------------------------- + # ----------------|----------------------------------------------------- # kvm | Everything which builds inside a vm, like NixOS tests # nixos-test | Machine can run NixOS tests - # big-parallel | kernel config, libreoffice, evolution, llvm and chromium. - # benchmark | Machine can generate metrics (Means the builds usually - # | takes the same amount of time) + # big-parallel | kernel config, libreoffice, evolution, llvm and chromium. + # benchmark | Machine can generate metrics (Means the builds usually + # | takes the same amount of time) # cat /etc/nix/machines # root@corrino x86_64-linux /home/nix/.ssh/id_ed25519 8 1 kvm,benchmark |