Remove unused service.
This commit is contained in:
parent
77077427dd
commit
8023bf4421
1 changed files with 0 additions and 14 deletions
|
|
@ -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
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue