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