From 97809550e307298de46e518c8ca1c540529e5590 Mon Sep 17 00:00:00 2001 From: Jens Nolte <jens@nightmarestudio.de> Date: Thu, 7 Nov 2019 02:07:05 +0100 Subject: [PATCH] Move password for steam user --- nixos/layers/steam.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/layers/steam.nix b/nixos/layers/steam.nix index cd49569..da718c4 100644 --- a/nixos/layers/steam.nix +++ b/nixos/layers/steam.nix @@ -16,7 +16,7 @@ in users.users.steam = { isNormalUser = true; uid = 1100; - passwordFile = "/q/passwords/steam"; + passwordFile = "/secrets/passwords/steam"; extraGroups = [ "audio" "input" ]; packages = [ customSteam -- GitLab