Change a lot, mostly adding 3 Minecraft servers and Velocity
This commit is contained in:
parent
1d3c95e680
commit
c6accc294d
37 changed files with 1732 additions and 200 deletions
|
@ -1,12 +1,10 @@
|
|||
{pkgs, ...}: {
|
||||
{pkgs, outputs, ...}: {
|
||||
users.users = {
|
||||
jimbo = let
|
||||
secrets = import ../modules/secrets.nix;
|
||||
in {
|
||||
jimbo = {
|
||||
description = "Jimbo";
|
||||
hashedPassword = secrets.jimboAccPass;
|
||||
hashedPassword = outputs.secrets.jimboAccPass;
|
||||
isNormalUser = true;
|
||||
openssh.authorizedKeys.keys = secrets.jimKeys;
|
||||
openssh.authorizedKeys.keys = outputs.secrets.jimKeys;
|
||||
extraGroups = [
|
||||
"wheel"
|
||||
"audio"
|
||||
|
@ -21,6 +19,7 @@
|
|||
"qemu-libvirtd"
|
||||
"docker"
|
||||
"nginx"
|
||||
"minecraft"
|
||||
"nfsShare"
|
||||
];
|
||||
uid = 1000;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue