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:
|
# 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 = [ ... ];
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue