summary refs log tree commit diff
path: root/nixos/modules/system/boot/systemd.nix
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2017-02-08 21:42:07 +0300
committerNikolay Amiantov <ab@fmap.me>2017-02-08 21:42:07 +0300
commit6f7811143d3086761692be5e06778acfe8ae5983 (patch)
treeaba54f6e5d3b02c3a773812df867cccb2abecec3 /nixos/modules/system/boot/systemd.nix
parent504774e22368522e6188c2c812756f0dc14d8153 (diff)
downloadnixpkgs-6f7811143d3086761692be5e06778acfe8ae5983.tar
nixpkgs-6f7811143d3086761692be5e06778acfe8ae5983.tar.gz
nixpkgs-6f7811143d3086761692be5e06778acfe8ae5983.tar.bz2
nixpkgs-6f7811143d3086761692be5e06778acfe8ae5983.tar.lz
nixpkgs-6f7811143d3086761692be5e06778acfe8ae5983.tar.xz
nixpkgs-6f7811143d3086761692be5e06778acfe8ae5983.tar.zst
nixpkgs-6f7811143d3086761692be5e06778acfe8ae5983.zip
systemd service: don't install systemd-hwdb-update
Diffstat (limited to 'nixos/modules/system/boot/systemd.nix')
-rw-r--r--nixos/modules/system/boot/systemd.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/system/boot/systemd.nix b/nixos/modules/system/boot/systemd.nix
index 56e21e82439..904404e1e47 100644
--- a/nixos/modules/system/boot/systemd.nix
+++ b/nixos/modules/system/boot/systemd.nix
@@ -42,7 +42,8 @@ let
       "systemd-udevd.service"
       "systemd-udev-settle.service"
       "systemd-udev-trigger.service"
-      "systemd-hwdb-update.service"
+      # hwdb.bin is managed by NixOS
+      # "systemd-hwdb-update.service"
 
       # Consoles.
       "getty.target"
@@ -61,7 +62,6 @@ let
       # Login stuff.
       "systemd-logind.service"
       "autovt@.service"
-      #"systemd-vconsole-setup.service"
       "systemd-user-sessions.service"
       "dbus-org.freedesktop.login1.service"
       "dbus-org.freedesktop.machine1.service"