diff options
author | Alex Auvolat <alex@adnab.me> | 2022-05-30 14:57:05 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-05-30 14:57:05 +0200 |
commit | d47d4e93ab8682710e80eec8c7c9d6a7d2f14202 (patch) | |
tree | a0039fb674a7150c0338707606a20c9d62ced1e5 /nix/configuration.nix | |
parent | 2d9adf82d04261f420af4cc5482e442297741a5d (diff) | |
download | nixcfg-d47d4e93ab8682710e80eec8c7c9d6a7d2f14202.tar.gz nixcfg-d47d4e93ab8682710e80eec8c7c9d6a7d2f14202.zip |
Work on drone runner as VM
Diffstat (limited to 'nix/configuration.nix')
-rw-r--r-- | nix/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nix/configuration.nix b/nix/configuration.nix index 984307c..825cab2 100644 --- a/nix/configuration.nix +++ b/nix/configuration.nix @@ -71,6 +71,8 @@ SystemMaxUse=1G docker-compose wireguard wesher + qemu + qemu_kvm ]; programs.vim.defaultEditor = true; |