This commit is contained in:
2025-08-20 10:28:42 -04:00
parent 4b850af15a
commit 40729a2597
5 changed files with 29 additions and 39 deletions

View File

@@ -70,7 +70,7 @@
torrents_path = "/torrents";
services_dir = "/${zpool_ssds}/services";
music_dir = "/${zpool_ssds}/music";
torrent_group = "media";
media_group = "media";
ports = {
https = 443;
@@ -148,16 +148,15 @@
in
{
formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.nixfmt-rfc-style;
nixosConfigurations.${hostname} = nixpkgs.lib.nixosSystem {
nixosConfigurations.${hostname} = lib.nixosSystem {
inherit system;
specialArgs = rec {
specialArgs = {
inherit
username
hostname
eth_interface
service_configs
inputs
lib
;
};
modules = [