From caded6687687dce49427256231927451704f5153 Mon Sep 17 00:00:00 2001 From: aszlig Date: Sat, 24 Feb 2024 20:58:58 +0100 Subject: profile: Use /run instead of /var/run for shell The /var/run directory no longer is the canonical location for what is now /run and /var/run is also not in /etc/shells, so let's switch to /run instead. From hier(7): /run This directory contains information which describes the system since it was booted. Once this purpose was served by /var/run and programs may continue to use it. Signed-off-by: aszlig --- modules/user/aszlig/profiles/base.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/user/aszlig/profiles/base.nix b/modules/user/aszlig/profiles/base.nix index ff63c04f..2ef0835b 100644 --- a/modules/user/aszlig/profiles/base.nix +++ b/modules/user/aszlig/profiles/base.nix @@ -29,7 +29,7 @@ in { LC_TIME = "C.UTF-8"; }; - users.defaultUserShell = "/var/run/current-system/sw/bin/zsh"; + users.defaultUserShell = "/run/current-system/sw/bin/zsh"; networking.wireless.enable = false; networking.firewall.enable = false; -- cgit 1.4.1