Disable SSH, add podman, change to stable librewolf

This commit is contained in:
askiiart 2024-03-10 15:59:00 -05:00
parent 3ad6f9f2e7
commit ec6de6168c
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67
3 changed files with 8 additions and 2 deletions

View file

@ -84,7 +84,7 @@ in
# List services that you want to enable: # List services that you want to enable:
# Enable the OpenSSH daemon. # Enable the OpenSSH daemon.
services.openssh.enable = true; #services.openssh.enable = true;
# Open ports in the firewall. # Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ]; # networking.firewall.allowedTCPPorts = [ ... ];

View file

@ -34,8 +34,14 @@ in
pkgs.spamassassin pkgs.spamassassin
#pkgs.docker #pkgs.docker
pkgs.linuxConsoleTools pkgs.linuxConsoleTools
pkgs.podman
]; ];
# enable podman
virtualisation.podman = {
enable = true;
};
# enable spamd # enable spamd
services.spamassassin.enable = true; services.spamassassin.enable = true;

View file

@ -4,7 +4,7 @@ let
in in
{ {
home.packages = [ home.packages = [
unstable.librewolf pkgs.librewolf
pkgs.vscode-fhs pkgs.vscode-fhs
pkgs.kitty pkgs.kitty
pkgs.git pkgs.git