108 current 2025-10-08 17:39:37 25.05.20251006.20c4598 6.12.50 *
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# flake for blakes nixos config
|
# flake for blakes nixos config
|
||||||
# define new devices in outputs
|
# 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";
|
description = "blakes nix config";
|
||||||
inputs = {
|
inputs = {
|
||||||
|
|||||||
@@ -46,6 +46,8 @@
|
|||||||
blake.enable = true;
|
blake.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
users.groups.media = { gid = 700; };
|
||||||
|
|
||||||
# testing!
|
# testing!
|
||||||
#boot.kernelParams = [ "quiet" ]; # remove splash
|
#boot.kernelParams = [ "quiet" ]; # remove splash
|
||||||
#boot.plymouth.enable = true;
|
#boot.plymouth.enable = true;
|
||||||
|
|||||||
@@ -25,10 +25,10 @@ in
|
|||||||
autoScrub.interval = "weekly";
|
autoScrub.interval = "weekly";
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/holocron" = {
|
# fileSystems."/holocron" = {
|
||||||
device = "holocron";
|
# device = "holocron";
|
||||||
fsType = "zfs";
|
# fsType = "zfs";
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user