mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-01-22 04:08:36 +01:00
Fix Users File
This commit is contained in:
parent
9a5d6b69ca
commit
0af119e2cd
@ -1,7 +1,7 @@
|
||||
{ pkgs, config, username, host, ... }:
|
||||
|
||||
let
|
||||
inherit (import ./hosts/${host}/options.nix) gitUsername theShell;
|
||||
inherit (import ./../hosts/${host}/options.nix) gitUsername theShell;
|
||||
in {
|
||||
users.users = {
|
||||
"${username}" = {
|
||||
|
Loading…
Reference in New Issue
Block a user