summary refs log tree commit diff
path: root/nixos/modules/system
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-07-14 17:04:55 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-07-14 17:04:55 +0200
commitff97b7dbe6aef98b105c8af34f19232aa7d49d80 (patch)
treeb44b52b9a17a84c84d179c1cafd3a3425c62751a /nixos/modules/system
parent0b82b9532229a28758df482218222d90d910c494 (diff)
parentb57bc220cc04e3d8f931b604e5acc44544b8c1c0 (diff)
downloadnixlib-ff97b7dbe6aef98b105c8af34f19232aa7d49d80.tar
nixlib-ff97b7dbe6aef98b105c8af34f19232aa7d49d80.tar.gz
nixlib-ff97b7dbe6aef98b105c8af34f19232aa7d49d80.tar.bz2
nixlib-ff97b7dbe6aef98b105c8af34f19232aa7d49d80.tar.lz
nixlib-ff97b7dbe6aef98b105c8af34f19232aa7d49d80.tar.xz
nixlib-ff97b7dbe6aef98b105c8af34f19232aa7d49d80.tar.zst
nixlib-ff97b7dbe6aef98b105c8af34f19232aa7d49d80.zip
Merge remote-tracking branch 'origin/master' into staging
Diffstat (limited to 'nixos/modules/system')
-rw-r--r--nixos/modules/system/boot/systemd.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/system/boot/systemd.nix b/nixos/modules/system/boot/systemd.nix
index 51ebca7dd43c..c6c0021ba6d3 100644
--- a/nixos/modules/system/boot/systemd.nix
+++ b/nixos/modules/system/boot/systemd.nix
@@ -824,5 +824,7 @@ in
 
     systemd.services."user@".restartIfChanged = false;
 
+    systemd.services.systemd-remount-fs.restartIfChanged = false;
+
   };
 }