Remove unused service.

This commit is contained in:
r-vdp 2023-05-16 17:27:28 +02:00
parent 77077427dd
commit 8023bf4421
No known key found for this signature in database

View file

@ -132,19 +132,5 @@
''; '';
}; };
}; };
# Can we make sure that this does not get relaunched when activating a new profile?
# Otherwise we get an infinite loop.
systemd.services.reactivate-system-manager = {
enable = false;
# TODO should we activate earlier?
wantedBy = [ "multi-user.target" ];
serviceConfig = {
Type = "oneshot";
};
script = ''
/nix/var/nix/profiles/system-manager-profiles/system-manager/bin/activate
'';
};
}; };
} }