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

View file

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

View file

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

View file

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