Added nushell

This commit is contained in:
2025-05-02 08:57:22 +02:00
parent 7a0797bcd8
commit eb9ca5e5e1
4 changed files with 46 additions and 2 deletions

View File

@@ -53,7 +53,12 @@
# Enable host
networking.hosts = {
"127.0.0.1" = [ "adguard.timo.bmrs.nl" "git.timo.bmrs.nl" "auth.timo.bmrs.nl" "ldap.timo.bmrs.nl" "dozzle.timo.bmrs.nl" "home.timo.bmrs.nl" "immich.timo.bmrs.nl" "paperless.timo.bmrs.nl" "search.timo.bmrs.nl" ];
"127.0.0.1" = [
"tbmrs.nl"
"auth.tbmrs.nl"
"forgejo.tbmrs.nl"
"immich.tbmrs.nl"
];
};
# Bootloader.
@@ -69,7 +74,7 @@
networking.firewall = {
enable = true;
allowedTCPPorts = [ 80 443 53 ];
allowedTCPPorts = [ 22 80 443 53 ];
allowedUDPPorts = [ 80 443 53 ];
};

View File

@@ -24,6 +24,7 @@
applications.thunderbird.enable = true;
applications.yazi.enable = true;
applications.zellij.enable = true;
applications.nushell.enable = true;
services.nextcloud-sync.enable = true;