Fix error

This commit is contained in:
Lyes Saadi 2025-11-16 16:26:02 +01:00
parent f84551b106
commit 054ebd14d0
Signed by: lyes
GPG key ID: 55A1D803917CF39A
2 changed files with 3 additions and 3 deletions

View file

@ -30,7 +30,7 @@
# Pins
(final: prev: {
pin = {
factorio = import pin-factorio { system = prev.system; };
factorio = import pin-factorio { system = prev.system; config.allowUnfree = true; };
};
})
];

View file

@ -15,8 +15,8 @@
age.secrets = {
kalif-conf = {
file = ../../../secrets/zora/services/kalif-conf.age;
owner = "factorio";
group = "factorio";
owner = "nobody";
group = "nogroup";
};
};
}