seaweedfs

This commit is contained in:
2025-10-12 15:53:51 +02:00
parent 2a6eb5f351
commit 34e4649d28
4 changed files with 146 additions and 1 deletions

View File

@@ -25,6 +25,7 @@
./wireguard.nix
./docker.nix
./docker-device-mapper.nix
./seaweedfs-mount.nix
];
# Use the systemd-boot EFI boot loader.
@@ -39,6 +40,12 @@
boot.kernelModules = [ "rbd" "nbd" ];
hardware.bluetooth.enable = true;
hardware.bluetooth.settings = {
General = {
Experimental = true;
};
};
networking.hostName = config.vars.hostname;
networking.hostId = config.vars.hostid;
@@ -101,6 +108,7 @@
zsh
zoxide
fzf
intel-gpu-tools
];
# Open ports in the firewall.