about summary refs log tree commit diff
path: root/modules/common/systemd.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/common/systemd.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/common/systemd.nix b/modules/common/systemd.nix
index b393d9f..aac1647 100644
--- a/modules/common/systemd.nix
+++ b/modules/common/systemd.nix
@@ -13,7 +13,6 @@
     enable = true;
     network = {
       inherit (config.systemd.network) enable;
-      wait-online.enable = false;
     };
   };
 
@@ -35,7 +34,7 @@
       };
     };
 
-  environment.sessionVariables = {
+  environment.variables = {
     SYSTEMD_PAGERSECURE = "1";
     SYSTEMD_PAGER = "${pkgs.less}/bin/less";
     SYSTEMD_LESS = "FRSXMK";

Consider giving Nix/NixOS a try! <3