Commit graph

382 commits

Author SHA1 Message Date
ca95644a93 typo(gaming): packages -> package 2023-03-30 12:29:48 -04:00
55caf3ec09 refactor(gaming): directly use cfg.enableAll for defaults 2023-03-30 12:29:48 -04:00
48e0ba19c2 module: add wm
This module sets up window managers, and the common xorg configuration
between them.
2023-03-30 12:29:48 -04:00
336ffb949b tweak(cachix): increase priority of ssh at home 2023-03-30 12:29:48 -04:00
a322236785 feat(options): add info.loc attrset for locations 2023-03-30 12:29:48 -04:00
24443d7bbd tweak(cachix): adjust cache priorities 2023-03-30 12:29:48 -04:00
6a85ac3a00 feat(caches): add Infini-DESKTOP as substituter 2023-03-30 12:29:48 -04:00
ed40ea8f3c feat(gpu): add packages for vaapi on nvidia 2023-03-30 12:29:48 -04:00
17f6c9c664 module: add nix-ssh-serve module 2023-03-30 12:29:48 -04:00
4ef2ec15fd nit(form): whitespace 2023-03-30 12:29:48 -04:00
b137f9ff8b feat(info): add stationary attribute 2023-03-30 12:29:48 -04:00
3c9b2115b6 refactor(form): set default into for servers 2023-03-30 12:29:48 -04:00
a49f007542 tweak(nix-gc): automatically delete old generations 2023-03-30 12:29:48 -04:00
9af45ea1ab refactor(global/general): collapse channels-update 2023-03-30 12:29:48 -04:00
f176f27236 feat(info): add info.env.wm 2023-03-30 12:29:48 -04:00
d0da574672 feat(info): add info.model, fill in for hosts 2023-03-30 12:29:48 -04:00
8bb0369c1c feat(Infini-WSL): add host for Windows Subsystem For Linux 2023-03-30 12:29:48 -04:00
c65933c61e module: remove backlight module
Subsumed into Infini-FRAMEWORK configuration
2023-03-30 12:29:48 -04:00
b3a51be441 feat(global/packages): add rhash & xxHash 2023-03-30 12:29:48 -04:00
de5c01277e feat(&minecraft): move minecraft to nix-minecraft repo 2023-03-30 12:29:48 -04:00
439abfe5a5 nit(devos/cachix): remove unnecessary pkgs 2023-03-30 12:29:48 -04:00
56c459e49f feat(secrets): auto-add secrets, create path shortcut 2023-03-30 12:29:48 -04:00
1f0035cddd module: global & core -> global/* 2023-03-30 12:29:48 -04:00
68f344acf0 module: options -> devos/options 2023-03-30 12:29:48 -04:00
45f37db35c refactor(options): clean up alias opts 2023-03-30 12:29:48 -04:00
e83100e1b0 module: move info into options 2023-03-30 12:29:48 -04:00
d69bd43b50 refactor(hm-system-defaults): reorganize and prettify 2023-03-30 12:29:48 -04:00
c067650709 docs: delete Modules.org 2023-03-30 12:29:48 -04:00
7bb3fdfef7 module: move filesystems into core profile 2023-03-30 12:29:48 -04:00
3b54e3ba95 module: make services/proxy a profile 2023-03-30 12:29:48 -04:00
805f9f080f fix(backlight): change program, wantedBy -> after 2023-03-30 12:29:48 -04:00
223ada92eb tweak(form/laptop): enable acpilight 2023-03-30 12:29:48 -04:00
60ccc6622c fix(backlight): prevent systemd from restoring state 2023-03-30 12:29:48 -04:00
239c037678 refactor(core,global): move items from core to global module 2023-03-30 12:29:48 -04:00
d1dfc4bae4 fix(backlight): use --class=backlight for brightnessctl 2023-03-30 12:29:48 -04:00
6997ef919f refactor(infinidoge): move common elements to core/global 2023-03-30 12:29:48 -04:00
902ab319aa tweak(hm-system-defaults): create nixpkgs/config.nix 2023-03-30 12:29:48 -04:00
22bf3d0131 feat(flake): add quick-nix-registry 2023-03-30 12:29:48 -04:00
6e4f72402a feat(networking): enable ssh publishing on avahi 2023-03-30 12:29:48 -04:00
c9fb2f3093 fix(devox/nix): add nixos-option to systemPackages 2023-03-30 12:29:48 -04:00
0d36b46ecc module: add hardware/backlight 2023-03-30 12:29:48 -04:00
e20d7c7157 refactor(core,global): earlyoom from core -> global 2023-03-30 12:29:47 -04:00
826ad1b467 refactor(gpu): fix vaapi conflict, centralize package conditions 2023-03-30 12:29:47 -04:00
6646c792f7 tweak(proxy): bare IP -> domain 2023-03-30 12:29:47 -04:00
7ee0261030 feat(minecraft-servers): add symlinks option 2023-03-30 12:29:47 -04:00
3e35403c47 nit(minecraft-servers): move user and group into attrset 2023-03-30 12:29:47 -04:00
7c34a3a442 fix(minecraft-servers): create data directory 2023-03-30 12:29:47 -04:00
53f591631f feat(networking): enable avahi daemon 2023-03-30 12:29:47 -04:00
f1f6d90655 feat(virtualisation): enable docker 2023-03-30 12:29:47 -04:00
8feed83db3 fix(minecraft-servers): don't createHome for user, use mkdir instead
Using createHome forces a specific set of permissions on the folder,
which prevents it from being accessed by the minecraft group.

Creating the folder from the service instead allows for it to have the
correct permissions.
2023-03-30 12:29:47 -04:00