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"; +# }; }; }