lilith-pad

This commit is contained in:
Spectre 2025-03-16 00:08:37 +01:00
parent 3d1a754d06
commit 7c51db8359
6 changed files with 55 additions and 32 deletions

View file

@ -1,4 +1,4 @@
{ lib, ...}: {
{...}: {
nix = {
gc = {
automatic = true;
@ -12,8 +12,4 @@
trusted-users = ["root" "@wheel"];
};
};
# nixpkgs.config.allowUnfreePredicate = (pkg: builtins.elem (lib.getName pkg) [
# "steam"
# ]);
}