From e6ba9b74b2d6ca064140fc75fc9ca250417c6180 Mon Sep 17 00:00:00 2001 From: Chandler Swift Date: Wed, 17 Sep 2025 11:17:55 -0500 Subject: [PATCH 1/2] oscar: Install tenacity (audacity fork) --- oscar/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/oscar/configuration.nix b/oscar/configuration.nix index 725caa1..f68069b 100644 --- a/oscar/configuration.nix +++ b/oscar/configuration.nix @@ -133,6 +133,7 @@ musescore prusa-slicer qgis + tenacity # games bolt-launcher From 53947efb99ff145fb2c55052be7b0717dd72360b Mon Sep 17 00:00:00 2001 From: Chandler Swift Date: Fri, 19 Sep 2025 22:33:04 -0500 Subject: [PATCH 2/2] bert: Add Eric user --- bert/configuration.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/bert/configuration.nix b/bert/configuration.nix index 991b88a..bb3f5cd 100644 --- a/bert/configuration.nix +++ b/bert/configuration.nix @@ -98,6 +98,14 @@ ]; }; + users.users.eric = { + isNormalUser = true; + description = "Eric Villnow"; + openssh.authorizedKeys.keys = [ + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDnbx163w8y9rE9zm9MkWhfi8idY2K0DsqhHFJ2eoKhz" + ]; + }; + networking.firewall.allowedTCPPorts = [ 80 # Caddy 443 # Caddy