nixos/tests/restart-by-activation-script: enable switch-to-configuration

This commit is contained in:
K900 2024-09-08 16:10:22 +03:00
parent fe0a640a85
commit b51a77b77f

View File

@ -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 = {