This commit is contained in:
2025-09-23 23:25:45 +03:00
parent 097d8c6903
commit 8ff84c3c87
4 changed files with 19 additions and 10 deletions
+4 -1
View File
@@ -7,7 +7,10 @@
...
}:
let
stable = import inputs.nixpkgs-stable { system = "x86_64-linux"; };
stable = import inputs.nixpkgs-stable {
system = "x86_64-linux";
config.allowUnfree = true;
};
in
{
services = {