mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
nixos: Fix user path
This commit is contained in:
parent
ed1efa0ba5
commit
e6f111ed27
2 changed files with 3 additions and 3 deletions
|
|
@ -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";
|
||||
|
|
|
|||
2
trusted
2
trusted
|
|
@ -1 +1 @@
|
|||
Subproject commit 1baaf6d76bfd45f34ac4bcea8cbe0d5f95b6611c
|
||||
Subproject commit 43e2d2fec4324ff9ea551d0657784cd9e983ff2e
|
||||
Loading…
Add table
Add a link
Reference in a new issue