Update flake.nix
This commit is contained in:
parent
a500657db8
commit
8a0a3c345b
1 changed files with 3 additions and 1 deletions
|
|
@ -10,7 +10,9 @@
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
framework = nixpkgs.lib.nixosSystem {
|
framework = nixpkgs.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
modules = [ ./configuration.nix ];
|
modules = [ ./systems/common.nix
|
||||||
|
./systems/hw-framework.nix
|
||||||
|
./user-jsutter.nix ];
|
||||||
};
|
};
|
||||||
aurora = nixpkgs.lib.nixosSystem {
|
aurora = nixpkgs.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue