feat: work qol

This commit is contained in:
Swarsel 2024-10-14 23:45:19 +02:00
parent 4ca971d869
commit 5f89b09659
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
7 changed files with 102 additions and 64 deletions

View file

@ -0,0 +1,6 @@
_:
{
virtualisation.vmware.host.enable = true;
virtualisation.vmware.guest.enable = true;
}

View file

@ -9,10 +9,24 @@
};
virtualisation.docker.enable = true;
environment.systemPackages = with pkgs; [
# (python39.withPackages (ps: with ps; [
# cryptography
# ]))
# docker
python39
docker
qemu
packer
gnumake
libisoburn
govc
];
services.openssh = {
enable = true;
extraConfig = ''
'';
};
specialisation = {
cgroup_v1.configuration = {
boot.kernelParams = [