diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2022-11-13 21:55:15 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2022-11-13 21:55:15 +0100 |
| commit | ab779a7476acc3a5b6dc350badd67f72f9402d6e (patch) | |
| tree | 9fb628cf1a019360cb470f45fec55b52e0ae2c64 /tests/configuration.nix | |
| parent | 9c49e96889785c4ec1fd1a398f4a8ff4306863fc (diff) | |
remove hardware configuration from test config
Diffstat (limited to 'tests/configuration.nix')
| -rw-r--r-- | tests/configuration.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/configuration.nix b/tests/configuration.nix index e878c12..73c4bfa 100644 --- a/tests/configuration.nix +++ b/tests/configuration.nix @@ -1,4 +1,4 @@ -{ config, lib, ... }: +{ config, lib, modulesPath, ... }: let nginxPorts = lib.concatLists @@ -15,6 +15,8 @@ let in { imports = [ ../configuration.nix ]; + boot.isContainer = true; + networking = lib.mkForce { domain = "aristote.vm"; |
