Add base homserver config
This commit is contained in:
parent
45d315023f
commit
26694e1e52
8 changed files with 101 additions and 17 deletions
|
@ -1,9 +1,9 @@
|
|||
{ config, pkgs, ... }:
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
users.users.user = {
|
||||
isNormalUser = true;
|
||||
initialPassword = "ReplaceMe";
|
||||
passwordFile = "/nix/config/pw"; # mkpasswd in config dir
|
||||
description = "user";
|
||||
extraGroups = [
|
||||
"wheel"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue