Compare commits

...

2 commits

Author SHA1 Message Date
d453e0fafd more software is more 2021-02-03 11:47:11 +01:00
e56b4f36ea migrate from podman to docker 2021-02-03 11:46:33 +01:00
4 changed files with 12 additions and 6 deletions

View file

@ -14,7 +14,6 @@ in {
unstable.kustomize
unstable.vault
podman-compose
fuse-overlayfs
qemu
@ -22,8 +21,6 @@ in {
(import ../packages/helm2.nix)
];
virtualisation.podman = {
enable = true;
dockerCompat = true;
};
virtualisation.docker.enable = true;
virtualisation.libvirtd.enable = true;
}

View file

@ -6,9 +6,9 @@ in {
environment.systemPackages = with pkgs; [
acpi
aspell
bash
aspellDicts.de
aspellDicts.en
bash
bash-completion
bat
borgbackup
@ -22,8 +22,10 @@ in {
jq
mtr
ncdu
nix-index
nload
openssl
patchelf
pv
ripgrep
sysstat

View file

@ -15,6 +15,7 @@ in {
unstable.esphome
(python38.withPackages(python-packages: with python-packages; [
dnspython
pyls-black
pyls-isort
pyls-mypy
@ -24,9 +25,12 @@ in {
]))
emacs
gitAndTools.delta
ltrace
parallel
sops
tig
unstable.bazel
openssl pkg-config nasm cmake zlib gcc binutils-unwrapped
];

View file

@ -29,5 +29,8 @@ in {
unstable.slack
unstable.velero
unstable.discord
unstable.obs-studio
unstable.obs-wlrobs
];
}