38 current 2025-10-06 13:15:24 25.05.20251001.5b5be50 6.12.49 *

This commit is contained in:
2025-10-06 13:15:27 -05:00
parent 438f8a4483
commit 005c16e286
2 changed files with 3 additions and 1 deletions

View File

@@ -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 = {

View File

@@ -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;