537 current 2024-05-05 21:11:56 24.05.20240505.25865a4 6.8.6-zen1 *

This commit is contained in:
zackartz 2024-05-05 21:12:08 -04:00
parent 554c044837
commit 47c3be2ab5
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
5 changed files with 97 additions and 24 deletions

View file

@ -94,6 +94,7 @@
vesktop
mangohud
transmission_4
inputs.agenix.packages.${pkgs.system}.agenix
];
hardware.nvidia = {

View file

@ -15,6 +15,7 @@
./services/nginx.nix
./services/mirror.nix
./services/pterodactyl.nix
./services/gitlab.nix
];
# Bootloader.
@ -56,6 +57,8 @@
programs.mosh.enable = true;
environment.systemPackages = [inputs.agenix.packages.${pkgs.system}.agenix];
users.mutableUsers = false;
# Define a user account. Don't forget to set a password with passwd.
users.users.zack = {

View file

@ -0,0 +1,4 @@
{
services.gitlab = {
};
}