split configurations between pc and laptop
This commit is contained in:
parent
60a075fe02
commit
f8242f5542
6 changed files with 115 additions and 88 deletions
|
@ -8,7 +8,13 @@
|
|||
outputs = inputs: {
|
||||
nixosConfigurations.fuji = inputs.nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [./configuration.nix];
|
||||
modules = [./fuji.nix];
|
||||
specialArgs = {inherit inputs;};
|
||||
};
|
||||
|
||||
nixosConfigurations.kilimandjaro = inputs.nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [./kilimandjaro.nix];
|
||||
specialArgs = {inherit inputs;};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue