Loading nixos/tests/restart-by-activation-script.nix +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
nixos/tests/restart-by-activation-script.nix +2 −0 Original line number Diff line number Diff line Loading @@ -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