mirror of
https://github.com/MagicBOTAlex/nixos-server.git
synced 2026-02-04 05:39:18 +01:00
checkpoint
This commit is contained in:
parent
44957eb1a4
commit
4e2d73d546
6 changed files with 88 additions and 19 deletions
|
|
@ -2,7 +2,7 @@
|
|||
users.users.botserver = {
|
||||
isNormalUser = true;
|
||||
description = "botserver";
|
||||
extraGroups = [ "networkmanager" "wheel" "docker" "starr" ];
|
||||
extraGroups = [ "networkmanager" "wheel" "docker" "starr" "kubernetes" ];
|
||||
packages = with pkgs;
|
||||
[
|
||||
# thunderbird
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue