diff --git a/secrets/radicale.age b/secrets/radicale.age index 819ddfe..3cd89e7 100644 Binary files a/secrets/radicale.age and b/secrets/radicale.age differ diff --git a/systems/amd-server-vm/configuration.nix b/systems/amd-server-vm/configuration.nix index 25f52bf..0e61df3 100644 --- a/systems/amd-server-vm/configuration.nix +++ b/systems/amd-server-vm/configuration.nix @@ -193,6 +193,17 @@ }; networking.hostName = "server-vm"; # Define your hostname. + #containers.privnetwork = { + # autoStart = true; + # privateNetwork = true; + # privateUsers = "pick"; + # hostAddress = "192.168.100.1"; + # localAddress = "192.168.100.2"; + # config = { config, pkgs, ... }: { + # services.postgresql.enable = true; + # }; + #}; + #services.murmur = { # enable = true; # openFirewall = true; diff --git a/users/anon/default.nix b/users/anon/default.nix index 4f4538c..e4e7765 100644 --- a/users/anon/default.nix +++ b/users/anon/default.nix @@ -22,9 +22,7 @@ initialPassword = "cooltemporarypw"; extraGroups = [ "networkmanager" - "wheel" "docker" - "wireshark" ]; openssh.authorizedKeys.keys = [ config.mainUser.sshKey