update aurora

This commit is contained in:
2026-03-07 10:59:59 -06:00
parent e6a810d833
commit d3689592e8
3 changed files with 13 additions and 4 deletions

8
flake.lock generated
View File

@@ -41,11 +41,11 @@
"nixpkgs": "nixpkgs_2" "nixpkgs": "nixpkgs_2"
}, },
"locked": { "locked": {
"lastModified": 1772849004, "lastModified": 1772902533,
"narHash": "sha256-i2QztCyeyCmsbVn3QHaEMBf1gsuJJQ/tobYgWUEG7N4=", "narHash": "sha256-h88e8qZqWr7am6xZMgFHzs6iiZCXaHPYcrf0wWYLoE4=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "8fd87dad5abbf43a599973f75545820a95345f44", "rev": "ff97c41b022482beda79c9a0a835a94b371b78e0",
"revCount": 5, "revCount": 6,
"type": "git", "type": "git",
"url": "https://gitea.esotericbytes.com/Blunkall-Technologies/Aurora" "url": "https://gitea.esotericbytes.com/Blunkall-Technologies/Aurora"
}, },

View File

@@ -15,6 +15,10 @@
programs.aurora = { programs.aurora = {
enable = true; enable = true;
systemd = {
enable = true;
};
}; };
}; };
}; };

View File

@@ -128,6 +128,11 @@
); );
}; };
nix.settings.trusted-users = (builtins.filter
(y: config.sysconfig.users.${y}.isSuperuser)
(builtins.attrNames config.sysconfig.users)
);
}; };
}; };
} }