🎨 move to nixfmt-rfc-style

This commit is contained in:
2024-12-07 20:46:15 -05:00
parent 9ea7912596
commit a53ad5a5ae
36 changed files with 412 additions and 193 deletions

View File

@ -1,6 +1,10 @@
{ ... }: {
{ ... }:
{
imports = [ ./common.nix ../../users ];
imports = [
./common.nix
../../users
];
nix = {
configureBuildUsers = true;
@ -18,7 +22,10 @@
options = "--delete-older-than 30d";
};
settings = {
trusted-users = [ "root" "@admin" ];
trusted-users = [
"root"
"@admin"
];
};
};