fix(general): remove nix channels update service
This commit is contained in:
parent
eb42333afb
commit
2021283b4c
1 changed files with 0 additions and 7 deletions
|
@ -24,11 +24,4 @@
|
||||||
# FIX: command-not-found database doesn't exist normally
|
# FIX: command-not-found database doesn't exist normally
|
||||||
channels-update.text = "${pkgs.nix}/bin/nix-channel --update";
|
channels-update.text = "${pkgs.nix}/bin/nix-channel --update";
|
||||||
};
|
};
|
||||||
systemd.services.update-root-nix-channels = {
|
|
||||||
description = "Runs nix-channel --update on startup";
|
|
||||||
wantedBy = [ "multi-user.target" ];
|
|
||||||
after = [ "network.target" ];
|
|
||||||
serviceConfig.Type = "oneshot";
|
|
||||||
script = "${pkgs.nix}/bin/nix-channel --update";
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue