108 current 2025-10-08 17:39:37 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-08 17:47:45 -05:00
parent a8b98c933d
commit 2760de5a2d
3 changed files with 7 additions and 5 deletions

View File

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

View File

@@ -46,6 +46,8 @@
blake.enable = true;
};
users.groups.media = { gid = 700; };
# testing!
#boot.kernelParams = [ "quiet" ]; # remove splash
#boot.plymouth.enable = true;

View File

@@ -25,10 +25,10 @@ in
autoScrub.interval = "weekly";
};
fileSystems."/holocron" = {
device = "holocron";
fsType = "zfs";
};
# fileSystems."/holocron" = {
# device = "holocron";
# fsType = "zfs";
# };
};
}