nixos: Fix user path

This commit is contained in:
kat witch 2021-06-25 17:02:17 +01:00
parent ed1efa0ba5
commit e6f111ed27
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
2 changed files with 3 additions and 3 deletions

View file

@ -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";

@ -1 +1 @@
Subproject commit 1baaf6d76bfd45f34ac4bcea8cbe0d5f95b6611c
Subproject commit 43e2d2fec4324ff9ea551d0657784cd9e983ff2e