From 005c16e2866d5372bb19f5037e2a1c15d91c3f49 Mon Sep 17 00:00:00 2001 From: blake Date: Mon, 6 Oct 2025 13:15:27 -0500 Subject: [PATCH] 38 current 2025-10-06 13:15:24 25.05.20251001.5b5be50 6.12.49 * --- flake.nix | 2 +- hosts/snowbelle/configuration.nix | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index ef8af79..0b061f4 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 37 current 2025-10-06 12:48:26 25.05.20251001.5b5be50 6.12.49 * +# generation: 38 current 2025-10-06 13:15:24 25.05.20251001.5b5be50 6.12.49 * { description = "blakes nix config"; inputs = { diff --git a/hosts/snowbelle/configuration.nix b/hosts/snowbelle/configuration.nix index 2f6b2e0..8f0dd96 100644 --- a/hosts/snowbelle/configuration.nix +++ b/hosts/snowbelle/configuration.nix @@ -34,6 +34,8 @@ blake.enable = true; }; + users.groups.media = { gid = 700; }; + # use the systemd-boot EFI boot loader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true;