seaweedfs
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user