Utilisation d'un fork perso de nixpkgs

This commit is contained in:
nyanloutre 2018-10-22 19:17:48 +02:00
parent 06551f28c5
commit eb21ced473
2 changed files with 0 additions and 5 deletions

View File

@ -4,8 +4,6 @@ let
in
{
unstable-pkgs = unstable;
jackett = unstable.jackett;
radarr = unstable.radarr;
sonarr = unstable.sonarr;
emby = unstable.emby;
}

View File

@ -52,8 +52,5 @@
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";
}