mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-12 03:07:57 -05:00
Cleanup And Trying To Add OpenSCAD
This commit is contained in:
parent
e0c1ea8d62
commit
43508d4653
4 changed files with 42 additions and 13 deletions
25
flake.nix
25
flake.nix
|
|
@ -46,14 +46,23 @@
|
|||
in
|
||||
rec
|
||||
{
|
||||
nix.settings.extra-substituters = [
|
||||
"https://cache.lix.systems"
|
||||
"https://cache.nix.org"
|
||||
];
|
||||
|
||||
nix.settings.trusted-public-keys = [
|
||||
"cache.lix.systems:aBnZUw8zA7H35Cz2RyKFVs3H4PlGTLawyY5KRbvJR8o="
|
||||
];
|
||||
nix = {
|
||||
settings = {
|
||||
extra-substituters = [
|
||||
"https://cache.lix.systems"
|
||||
"https://cache.nix.org"
|
||||
];
|
||||
trusted-public-keys = [
|
||||
"cache.lix.systems:aBnZUw8zA7H35Cz2RyKFVs3H4PlGTLawyY5KRbvJR8o="
|
||||
];
|
||||
};
|
||||
gc = {
|
||||
automatic = true;
|
||||
randomizedDelaySec = "14m";
|
||||
options = "--delete-order-than 10d";
|
||||
};
|
||||
};
|
||||
|
||||
nixosConfigurations = {
|
||||
kim = import ./hosts/kim {
|
||||
inherit inputs globals;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue