Fix error
This commit is contained in:
parent
f84551b106
commit
054ebd14d0
2 changed files with 3 additions and 3 deletions
|
|
@ -30,7 +30,7 @@
|
||||||
# Pins
|
# Pins
|
||||||
(final: prev: {
|
(final: prev: {
|
||||||
pin = {
|
pin = {
|
||||||
factorio = import pin-factorio { system = prev.system; };
|
factorio = import pin-factorio { system = prev.system; config.allowUnfree = true; };
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -15,8 +15,8 @@
|
||||||
age.secrets = {
|
age.secrets = {
|
||||||
kalif-conf = {
|
kalif-conf = {
|
||||||
file = ../../../secrets/zora/services/kalif-conf.age;
|
file = ../../../secrets/zora/services/kalif-conf.age;
|
||||||
owner = "factorio";
|
owner = "nobody";
|
||||||
group = "factorio";
|
group = "nogroup";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue