From eb21ced47317ce77dc17fdcd301b7d45a0c7ce61 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Mon, 22 Oct 2018 19:17:48 +0200 Subject: [PATCH] Utilisation d'un fork perso de nixpkgs --- overlays/unstable_pkgs.nix | 2 -- systems/LoutreOS/configuration.nix | 3 --- 2 files changed, 5 deletions(-) diff --git a/overlays/unstable_pkgs.nix b/overlays/unstable_pkgs.nix index 631005b5b..09e3e5c0b 100644 --- a/overlays/unstable_pkgs.nix +++ b/overlays/unstable_pkgs.nix @@ -4,8 +4,6 @@ let in { unstable-pkgs = unstable; - jackett = unstable.jackett; radarr = unstable.radarr; sonarr = unstable.sonarr; - emby = unstable.emby; } diff --git a/systems/LoutreOS/configuration.nix b/systems/LoutreOS/configuration.nix index 88634e8ce..c5002c705 100644 --- a/systems/LoutreOS/configuration.nix +++ b/systems/LoutreOS/configuration.nix @@ -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"; }