update aurora
This commit is contained in:
8
flake.lock
generated
8
flake.lock
generated
@@ -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"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -15,6 +15,10 @@
|
|||||||
|
|
||||||
programs.aurora = {
|
programs.aurora = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
systemd = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -128,6 +128,11 @@
|
|||||||
);
|
);
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nix.settings.trusted-users = (builtins.filter
|
||||||
|
(y: config.sysconfig.users.${y}.isSuperuser)
|
||||||
|
(builtins.attrNames config.sysconfig.users)
|
||||||
|
);
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user