This commit is contained in:
Daniel Flanagan 2024-09-06 16:57:30 -05:00
parent bbd09488ff
commit efe20354ea

View file

@ -658,15 +658,6 @@ sudo nix run nixpkgs#ipmitool -- raw 0x30 0x30 0x02 0xff 0x00
# 64020 # 64020
# ]; # ];
# } # }
# {
# # flanilla family minecraft server
# users.groups.flanilla = {};
# users.users.flanilla = {
# isSystemUser = true;
# createHome = false;
# group = "flanilla";
# };
# }
{ {
systemd.tmpfiles.settings = { systemd.tmpfiles.settings = {
"10-backups" = { "10-backups" = {
@ -921,7 +912,7 @@ sudo nix run nixpkgs#ipmitool -- raw 0x30 0x30 0x02 0xff 0x00
enable = true; enable = true;
database = { database = {
createLocally = false; createLocally = false;
uri = "postgresql://atuin@localhost:5432/atuin"; # uri = "postgresql://atuin@localhost:5432/atuin";
}; };
openRegistration = false; openRegistration = false;
}; };
@ -1045,6 +1036,13 @@ sudo nix run nixpkgs#ipmitool -- raw 0x30 0x30 0x02 0xff 0x00
# ]; # ];
# } # }
# { # {
# # flanilla family minecraft server
# users.groups.flanilla = {};
# users.users.flanilla = {
# isSystemUser = true;
# createHome = false;
# group = "flanilla";
# };
# virtualisation.oci-containers.containers.minecraft-flanilla = { # virtualisation.oci-containers.containers.minecraft-flanilla = {
# autoStart = true; # autoStart = true;