1
1
Fork 0

Integrate empyrean configs into flake config

This commit is contained in:
Jaculabilis 2022-11-27 01:46:26 +00:00 committed by Jaculabilis
parent eca50c3d06
commit 087b592239
8 changed files with 4 additions and 0 deletions

View File

@ -8,5 +8,9 @@
system = "aarch64-linux";
modules = [ ./machine/catacomb ];
};
nixosConfigurations.empyrean = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [ ./machine/empyrean ];
};
};
}