From 5ad3a220a7ea1ec28581574bbde2739f06ac09af Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Tue, 15 Oct 2024 10:43:21 -0500 Subject: [PATCH] Fix soju account by updating password --- nixos/beefcake.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/nixos/beefcake.nix b/nixos/beefcake.nix index db91b35..97f9328 100644 --- a/nixos/beefcake.nix +++ b/nixos/beefcake.nix @@ -220,8 +220,6 @@ sudo nix run nixpkgs#ipmitool -- raw 0x30 0x30 0x02 0xff 0x00 networking.firewall.allowedUDPPorts = lib.mkIf config.services.headscale.enable [3478]; } { - # TODO: I think I need to setup my account? wondering if this can be done in nix as well - services.restic.commonPaths = ["/var/lib/soju" "/var/lib/private/soju"]; services.soju = { enable = true;