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 {
|
||||
system = "x86_64-linux";
|
||||
modules =
|
||||
[ { imports = [ self.nixosModules.hydraTest self.nixosModules.hydraProxy ];
|
||||
system.configurationRevision = self.rev;
|
||||
[ self.nixosModules.hydraTest
|
||||
self.nixosModules.hydraProxy
|
||||
{ system.configurationRevision = self.rev;
|
||||
|
||||
boot.isContainer = true;
|
||||
networking.useDHCP = false;
|
||||
|
|
Loading…
Reference in a new issue