Disable SSH, add podman, change to stable librewolf
This commit is contained in:
parent
3ad6f9f2e7
commit
ec6de6168c
3 changed files with 8 additions and 2 deletions
|
@ -84,7 +84,7 @@ in
|
|||
# List services that you want to enable:
|
||||
|
||||
# Enable the OpenSSH daemon.
|
||||
services.openssh.enable = true;
|
||||
#services.openssh.enable = true;
|
||||
|
||||
# Open ports in the firewall.
|
||||
# networking.firewall.allowedTCPPorts = [ ... ];
|
||||
|
|
|
@ -34,8 +34,14 @@ in
|
|||
pkgs.spamassassin
|
||||
#pkgs.docker
|
||||
pkgs.linuxConsoleTools
|
||||
pkgs.podman
|
||||
];
|
||||
|
||||
# enable podman
|
||||
virtualisation.podman = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
# enable spamd
|
||||
services.spamassassin.enable = true;
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ let
|
|||
in
|
||||
{
|
||||
home.packages = [
|
||||
unstable.librewolf
|
||||
pkgs.librewolf
|
||||
pkgs.vscode-fhs
|
||||
pkgs.kitty
|
||||
pkgs.git
|
||||
|
|
Loading…
Reference in a new issue