Add base homserver config

This commit is contained in:
caem 2023-06-24 23:09:01 +02:00
parent 45d315023f
commit 26694e1e52
8 changed files with 101 additions and 17 deletions

View file

@ -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"