mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
nixos/tests/restart-by-activation-script: enable switch-to-configuration
This commit is contained in:
parent
fe0a640a85
commit
b51a77b77f
@ -7,6 +7,8 @@ import ./make-test-python.nix ({ pkgs, ...} : {
|
||||
nodes.machine = { pkgs, ... }: {
|
||||
imports = [ ../modules/profiles/minimal.nix ];
|
||||
|
||||
system.switch.enable = true;
|
||||
|
||||
systemd.services.restart-me = {
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
serviceConfig = {
|
||||
|
Loading…
Reference in New Issue
Block a user