From 2760de5a2da40651e4349b76bcce931932b9e4d4 Mon Sep 17 00:00:00 2001 From: blake Date: Wed, 8 Oct 2025 17:47:45 -0500 Subject: [PATCH] 108 current 2025-10-08 17:39:37 25.05.20251006.20c4598 6.12.50 * --- flake.nix | 2 +- hosts/snowbelle/configuration.nix | 2 ++ modules/homelab/zfs.nix | 8 ++++---- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/flake.nix b/flake.nix index 8ec0176..81e72de 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 107 current 2025-10-08 17:34:13 25.05.20251006.20c4598 6.12.50 * +# generation: 108 current 2025-10-08 17:39:37 25.05.20251006.20c4598 6.12.50 * { description = "blakes nix config"; inputs = { diff --git a/hosts/snowbelle/configuration.nix b/hosts/snowbelle/configuration.nix index 52938ab..c2c355f 100644 --- a/hosts/snowbelle/configuration.nix +++ b/hosts/snowbelle/configuration.nix @@ -46,6 +46,8 @@ blake.enable = true; }; + users.groups.media = { gid = 700; }; + # testing! #boot.kernelParams = [ "quiet" ]; # remove splash #boot.plymouth.enable = true; diff --git a/modules/homelab/zfs.nix b/modules/homelab/zfs.nix index 53a29e7..87c1875 100644 --- a/modules/homelab/zfs.nix +++ b/modules/homelab/zfs.nix @@ -25,10 +25,10 @@ in autoScrub.interval = "weekly"; }; - fileSystems."/holocron" = { - device = "holocron"; - fsType = "zfs"; - }; +# fileSystems."/holocron" = { +# device = "holocron"; +# fsType = "zfs"; +# }; }; }