forked from nyanloutre/nixos-config
Utilisation d'un fork perso de nixpkgs
This commit is contained in:
parent
06551f28c5
commit
eb21ced473
@ -4,8 +4,6 @@ let
|
|||||||
in
|
in
|
||||||
{
|
{
|
||||||
unstable-pkgs = unstable;
|
unstable-pkgs = unstable;
|
||||||
jackett = unstable.jackett;
|
|
||||||
radarr = unstable.radarr;
|
radarr = unstable.radarr;
|
||||||
sonarr = unstable.sonarr;
|
sonarr = unstable.sonarr;
|
||||||
emby = unstable.emby;
|
|
||||||
}
|
}
|
||||||
|
@ -52,8 +52,5 @@
|
|||||||
|
|
||||||
security.sudo.wheelNeedsPassword = false;
|
security.sudo.wheelNeedsPassword = false;
|
||||||
|
|
||||||
system.autoUpgrade.enable = true;
|
|
||||||
systemd.services.nixos-upgrade.path = with pkgs; [ gzip gnutar xz.bin config.nix.package.out ];
|
|
||||||
|
|
||||||
system.stateVersion = "18.03";
|
system.stateVersion = "18.03";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user