starting poking at dev environments
This commit is contained in:
@@ -71,7 +71,21 @@
|
||||
vim
|
||||
pavucontrol
|
||||
nh
|
||||
docker
|
||||
docker-compose
|
||||
podman
|
||||
skopeo
|
||||
buildkit
|
||||
];
|
||||
|
||||
virtualisation.containers.policy = {
|
||||
default = [{type = "insecureAcceptAnything";}];
|
||||
transports = {
|
||||
docker-daemon = {
|
||||
"" = [{type = "insecureAcceptAnything";}];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
nix.settings.experimental-features = ["nix-command" "flakes"];
|
||||
nix.settings.download-buffer-size = 5242880000;
|
||||
@@ -93,5 +107,6 @@
|
||||
|
||||
system.autoUpgrade.enable = true;
|
||||
system.autoUpgrade.allowReboot = true;
|
||||
system.autoUpgrade.flake = "../../flake.nix";
|
||||
qt.platformTheme = "kde6";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user