about summary refs log tree commit diff
path: root/modules/user/aszlig/profiles
diff options
context:
space:
mode:
Diffstat (limited to 'modules/user/aszlig/profiles')
-rw-r--r--modules/user/aszlig/profiles/base.nix8
-rw-r--r--modules/user/aszlig/profiles/managed.nix11
2 files changed, 0 insertions, 19 deletions
diff --git a/modules/user/aszlig/profiles/base.nix b/modules/user/aszlig/profiles/base.nix
index e1f3e05a..c6123e7d 100644
--- a/modules/user/aszlig/profiles/base.nix
+++ b/modules/user/aszlig/profiles/base.nix
@@ -80,14 +80,6 @@ in {
         checksumType = "mhash";
       };
       nix = super.nixUnstable;
-      # https://github.com/NixOS/systemd/pull/12
-      systemd = super.systemd.overrideDerivation (drv: {
-        patches = (drv.patches or []) ++ lib.singleton (pkgs.fetchpatch {
-          url = "https://github.com/NixOS/systemd/commit/"
-              + "6554550f35a7976f9110aff94743d3576d5f02dd.patch";
-          sha256 = "07l6wx0pb7pvjx8n9j0rwv5n260crbrfg5rh56l5nfan6biv81cl";
-        });
-      }) // { inherit (super.systemd) udev; };
       uqm = super.uqm.override {
         use3DOVideos = true;
         useRemixPacks = true;
diff --git a/modules/user/aszlig/profiles/managed.nix b/modules/user/aszlig/profiles/managed.nix
index c20fd9aa..1287604b 100644
--- a/modules/user/aszlig/profiles/managed.nix
+++ b/modules/user/aszlig/profiles/managed.nix
@@ -21,17 +21,6 @@ in {
 
     environment.systemPackages = [ pkgs.simple-scan ];
 
-    nixpkgs.overlays = lib.singleton (lib.const (super: {
-      # https://github.com/NixOS/systemd/pull/12
-      systemd = super.systemd.overrideDerivation (drv: {
-        patches = (drv.patches or []) ++ lib.singleton (pkgs.fetchpatch {
-          url = "https://github.com/NixOS/systemd/commit/"
-              + "6554550f35a7976f9110aff94743d3576d5f02dd.patch";
-          sha256 = "07l6wx0pb7pvjx8n9j0rwv5n260crbrfg5rh56l5nfan6biv81cl";
-        });
-      }) // { inherit (super.systemd) udev; };
-    }));
-
     # Printing for the most common printers among the managed machines.
     services.printing.enable = true;
     services.printing.drivers = [