mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 10:26:51 +01:00
Update flake
This commit is contained in:
parent
44594303d7
commit
9f601d0b42
1 changed files with 4 additions and 1 deletions
|
@ -39,7 +39,10 @@
|
||||||
nixosConfigurations.kami = nixpkgs.lib.nixosSystem {
|
nixosConfigurations.kami = nixpkgs.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
specialArgs = inputs;
|
specialArgs = inputs;
|
||||||
modules = [ ./systems/kami ];
|
modules = [
|
||||||
|
./systems/kami
|
||||||
|
./common.nix
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue