feat: switch to automatic nixosConfiguration population
This commit is contained in:
parent
4c89c45e3e
commit
6b8b00469e
2 changed files with 25 additions and 8 deletions
12
flake.nix
12
flake.nix
|
@ -4,14 +4,10 @@
|
|||
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||
};
|
||||
|
||||
outputs = inputs @ { self, nixpkgs, ... }: {
|
||||
nixosConfigurations.backstage = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
./hosts/backstage
|
||||
];
|
||||
specialArgs = { inherit inputs; };
|
||||
};
|
||||
outputs = inputs @ { self, nixpkgs, ... }: {
|
||||
imports = [
|
||||
./hosts
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue