factorio: move hosting to monolith
This commit is contained in:
parent
356a886fb2
commit
8a3046786c
5 changed files with 5 additions and 5 deletions
|
@ -24,6 +24,7 @@ in
|
|||
(modulesPath + "/installer/scan/not-detected.nix")
|
||||
./partition.nix
|
||||
./amdgpu.nix
|
||||
./factorio-server.nix
|
||||
];
|
||||
boot.initrd.availableKernelModules = [
|
||||
"nvme"
|
||||
|
|
|
@ -14,11 +14,11 @@
|
|||
lan = true;
|
||||
openFirewall = true;
|
||||
admins = [ "lelgenio" ];
|
||||
extraSettingsFile = config.age.secrets.phantom-factorio-settings.path;
|
||||
extraSettingsFile = config.age.secrets.factorio-settings.path;
|
||||
};
|
||||
|
||||
age.secrets.phantom-factorio-settings = {
|
||||
file = ../../secrets/phantom-factorio-settings.age;
|
||||
age.secrets.factorio-settings = {
|
||||
file = ../../secrets/factorio-settings.age;
|
||||
mode = "777";
|
||||
};
|
||||
}
|
|
@ -21,7 +21,6 @@
|
|||
./invidious.nix
|
||||
./davi.nix
|
||||
./goofs.nix
|
||||
./factorio-server.nix
|
||||
];
|
||||
|
||||
networking.hostName = "phantom";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue