games-night/modules/nix.nix
Lucy von Overheidt 0c9f150374 meow
2025-09-14 01:05:02 +02:00

14 lines
165 B
Nix

{ ... }:
{
nix.settings = {
experimental-features = [
"nix-command"
"flakes"
];
trusted-users = [
"root"
"lucy"
];
};
}