From e6f111ed270a090d88712ff2e73dc02ff525d0a2 Mon Sep 17 00:00:00 2001 From: kat witch Date: Fri, 25 Jun 2021 17:02:17 +0100 Subject: [PATCH] nixos: Fix user path --- nixos.nix | 4 ++-- trusted | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nixos.nix b/nixos.nix index e1f3a803..0ceebc52 100644 --- a/nixos.nix +++ b/nixos.nix @@ -39,8 +39,8 @@ imports = lib.optional (builtins.pathExists (./hosts + "/${hostName}/home")) (import (./hosts + "/${hostName}/home")) # trusted hosts check ++ lib.optional (builtins.pathExists (./trusted/hosts + "/${hostName}/home")) (import (./trusted/hosts + "/${hostName}/home")) - # trusted users check - ++ lib.optional (builtins.pathExists ./trusted/users) (import ./trusted/users); + # trusted user kat check + ++ lib.optional (builtins.pathExists ./trusted/users/kat) (import ./trusted/users/kat); options = { deploy.profile.gui = lib.mkEnableOption "graphical system"; diff --git a/trusted b/trusted index 1baaf6d7..43e2d2fe 160000 --- a/trusted +++ b/trusted @@ -1 +1 @@ -Subproject commit 1baaf6d76bfd45f34ac4bcea8cbe0d5f95b6611c +Subproject commit 43e2d2fec4324ff9ea551d0657784cd9e983ff2e