[NixOS] Add razer to flakes

This commit is contained in:
2021-07-11 16:49:03 -06:00
parent cfdde16f12
commit 7d1520faa3
2 changed files with 4 additions and 1 deletions

View File

@@ -27,6 +27,10 @@
in
{
nixosConfigurations = {
ivanm-dfinity-razer = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [ tweaks ./machines/ivanm-dfinity-razer.nix ];
};
ryzen-shine = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [ tweaks ./machines/ryzen-shine.nix ];

View File

@@ -5,7 +5,6 @@
{
imports = [
<nixpkgs/nixos/modules/installer/scan/not-detected.nix>
../full.nix
../extra.nix
../dfinity.nix