1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

feat: switch from colmena.makeHive to nixosSystem

This commit is contained in:
oddlama 2023-09-20 12:48:01 +02:00
parent e30f2a1c38
commit c89e6d8df3
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
8 changed files with 130 additions and 127 deletions

View file

@ -8,6 +8,6 @@
services = {
fwupd.enable = true;
smartd.enable = true;
thermald.enable = builtins.elem config.nixpkgs.system ["x86_64-linux"];
thermald.enable = builtins.elem config.nixpkgs.hostPlatform.system ["x86_64-linux"];
};
}