modules/maintenance: provide nixos-command
This commit is contained in:
parent
114006312c
commit
3a99af772f
1 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,9 @@
|
|||
{ inputs, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = [
|
||||
inputs.nixos-command.packages.${pkgs.system}.nixos-command
|
||||
];
|
||||
systemd.targets.maintenance = {
|
||||
unitConfig.AllowIsolate = true;
|
||||
wants = [
|
||||
|
|
Loading…
Reference in a new issue