单独定义nix-ld; 增加smartmontools; 增添docker配置; 修改hyprland样式

This commit is contained in:
2025-05-05 12:17:26 +08:00
parent d605c0f637
commit e6891f9f8e
14 changed files with 282 additions and 237 deletions

View File

@@ -4,6 +4,16 @@
virtualisation.docker = {
enable = true;
storageDriver = "btrfs";
daemon.settings = {
userland-proxy = false;
experimental = true;
ipv6 = true;
fixed-cidr-v6 = "fd00::/80";
metrics-addr = "0.0.0.0:9323";
log-driver = "json-file";
log-opts.max-size = "10m";
log-opts.max-file = "3";
};
};
# Enable Podman