This commit is contained in:
zack 2025-05-23 11:58:24 -04:00
parent 916f497b84
commit 7aed32eea7
No known key found for this signature in database
GPG key ID: EE8A2B709E2401D1
15 changed files with 210 additions and 154 deletions

View file

@ -50,6 +50,8 @@
};
};
documentation.man.generateCaches = false;
services.gdm-monitors.enable = true;
specialisation = {
@ -218,13 +220,14 @@
inputs.awsvpnclient.packages.${system}.awsvpnclient
];
programs.fish.enable = true;
programs.zsh.enable = true;
programs.fuse.userAllowOther = true;
users.users.zoey = {
isNormalUser = true;
description = "zoey";
extraGroups = ["networkmanager" "wheel" "docker" "libvirtd" "plugdev"];
shell = pkgs.zsh;
shell = pkgs.fish;
initialHashedPassword = "$6$rounds=2000000$rFBJH7LwdEHvv.0i$HdHorWqp8REPdWPk5fEgZXX1TujRJkMxumGK0f0elFN0KRPlBjJMW2.35A.ID/o3eC/hGTwbSJAcJcwVN2zyV/";
};

View file

@ -14,7 +14,7 @@
boot.initrd.availableKernelModules = ["nvme" "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod"];
boot.initrd.kernelModules = [];
boot.kernelModules = ["kvm-amd"];
boot.kernelModules = ["kvm-amd" "ntsync"];
boot.extraModulePackages = [];
fileSystems."/" = {

View file

@ -91,13 +91,13 @@
sites = {
cv.enable = true;
gitlab.enable = true;
gitlab.enable = false;
grafana.enable = true;
mirror.enable = true;
pterodactyl.enable = true;
search.enable = true;
map.enable = true;
hydra.enable = false;
hydra.enable = true;
cache.enable = true;
minio.enable = true;
immich.enable = true;