fix nixosConfigurations
This commit is contained in:
parent
b0f89f238d
commit
efcbdabe18
1 changed files with 7 additions and 5 deletions
|
@ -4,11 +4,13 @@
|
|||
inputs.home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
outputs = {self, nixpkgs, home-manager }: {
|
||||
nixosConfigurations = nixpkgs.lib.nixosSystem {
|
||||
nixosConfigurations = {
|
||||
mbk = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
./configuration.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue