summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorRickard Nilsson <rickynils@gmail.com>2018-12-15 08:33:28 +0100
committerRickard Nilsson <rickynils@gmail.com>2018-12-15 08:33:28 +0100
commitb20fcce1957a86d058af5c6cc12728e402f7188a (patch)
treecf3e1c4cb158ff822e9bd5e82ae42873a7b54099 /nixos
parentac22b8db0945d977d5b37f64acbcbaabee333383 (diff)
downloadnixpkgs-b20fcce1957a86d058af5c6cc12728e402f7188a.tar
nixpkgs-b20fcce1957a86d058af5c6cc12728e402f7188a.tar.gz
nixpkgs-b20fcce1957a86d058af5c6cc12728e402f7188a.tar.bz2
nixpkgs-b20fcce1957a86d058af5c6cc12728e402f7188a.tar.lz
nixpkgs-b20fcce1957a86d058af5c6cc12728e402f7188a.tar.xz
nixpkgs-b20fcce1957a86d058af5c6cc12728e402f7188a.tar.zst
nixpkgs-b20fcce1957a86d058af5c6cc12728e402f7188a.zip
nixos/nm-setup-hostsdir: RemainAfterExist -> RemainAfterExit
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/networking/networkmanager.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/networkmanager.nix b/nixos/modules/services/networking/networkmanager.nix
index 2d76e0676b2..d372dfd8f41 100644
--- a/nixos/modules/services/networking/networkmanager.nix
+++ b/nixos/modules/services/networking/networkmanager.nix
@@ -488,7 +488,7 @@ in {
       '') cfg.dynamicHosts.hostsDirs);
       serviceConfig = {
         Type = "oneshot";
-        RemainAfterExist = true;
+        RemainAfterExit = true;
       };
     };