Compare commits
No commits in common. "2e352d10323a38190654f174465258da4e66c0d7" and "a84d6fe16374d394515474957abaa28aae972f0c" have entirely different histories.
2e352d1032
...
a84d6fe163
@ -5,7 +5,7 @@
|
|||||||
backblaze = {
|
backblaze = {
|
||||||
initialize = true;
|
initialize = true;
|
||||||
passwordFile = "/secrets/restic/data.key";
|
passwordFile = "/secrets/restic/data.key";
|
||||||
environmentFile = "/secrets/restic/credentials.txt";
|
s3CredentialsFile = "/secrets/restic/credentials.txt";
|
||||||
repository = "b2:architect:/";
|
repository = "b2:architect:/";
|
||||||
paths = [ "/var/lib" "/secrets" ];
|
paths = [ "/var/lib" "/secrets" ];
|
||||||
pruneOpts = [
|
pruneOpts = [
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
let
|
let domain = "minecraft.giugl.io";
|
||||||
domain = "minecraft.giugl.io";
|
|
||||||
network = import ./network.nix;
|
|
||||||
in {
|
in {
|
||||||
services.minecraft-server = {
|
services.minecraft-server = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@ -12,7 +10,7 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
networking.extraHosts = ''
|
networking.extraHosts = ''
|
||||||
${network.architect-lan} ${domain}
|
${architect-lan} ${domain}
|
||||||
${network.architect-wg} ${domain}
|
${architect-wg} ${domain}
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user