forked from lix-project/hydra
Simplify flake.nix
This commit is contained in:
parent
55b0afa08f
commit
1784c362ed
|
@ -325,8 +325,9 @@
|
||||||
nixosConfigurations.container = nixpkgs.lib.nixosSystem {
|
nixosConfigurations.container = nixpkgs.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
modules =
|
modules =
|
||||||
[ { imports = [ self.nixosModules.hydraTest self.nixosModules.hydraProxy ];
|
[ self.nixosModules.hydraTest
|
||||||
system.configurationRevision = self.rev;
|
self.nixosModules.hydraProxy
|
||||||
|
{ system.configurationRevision = self.rev;
|
||||||
|
|
||||||
boot.isContainer = true;
|
boot.isContainer = true;
|
||||||
networking.useDHCP = false;
|
networking.useDHCP = false;
|
||||||
|
|
Loading…
Reference in a new issue