oops
This commit is contained in:
parent
bafcb6cb21
commit
c65c49fbb8
|
@ -1,31 +1,10 @@
|
||||||
{ lib, config, pkgs, ... }:
|
{ lib, config, pkgs, ... }:
|
||||||
let
|
let
|
||||||
userName = "jaci";
|
userName = "luci";
|
||||||
fullName = "Jaci Anderson";
|
fullName = "Luci NAS";
|
||||||
email = "jaci.s.anderson@gmail.com";
|
email = "luci@fosscat.com";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
# nixpkgs.overlays = [
|
|
||||||
# inputs.nur.overlay
|
|
||||||
# ];
|
|
||||||
|
|
||||||
# nixpkgs.config.allowUnfree = true;
|
|
||||||
# inputs.nixpkgs-stable.config.allowUnfree = true;
|
|
||||||
# options.homeConfig = {
|
|
||||||
# userName = lib.mkOption {
|
|
||||||
# type = lib.types.str;
|
|
||||||
# description = "Main username for system";
|
|
||||||
# };
|
|
||||||
# hostName = lib.mkOption {
|
|
||||||
# type = lib.types.str;
|
|
||||||
# description = "Hostname for system";
|
|
||||||
# };
|
|
||||||
# fullName = lib.mkOption {
|
|
||||||
# type = lib.types.str;
|
|
||||||
# description = "Hostname for system";
|
|
||||||
# };
|
|
||||||
# };
|
|
||||||
|
|
||||||
home.username = userName;
|
home.username = userName;
|
||||||
home.homeDirectory = "/home/${userName}";
|
home.homeDirectory = "/home/${userName}";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user