单独定义nix-ld; 增加smartmontools; 增添docker配置; 修改hyprland样式
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user