diff options
author | Alex Auvolat <alex@adnab.me> | 2022-07-27 11:18:23 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-07-27 11:18:23 +0200 |
commit | 7d7efab9ee6b45b62e8966bbb56a5cf90397b179 (patch) | |
tree | e0e33e167bf1baaf567e419769684890476b9ee9 /nix/configuration.nix | |
parent | 2453a45c740a8d5bdcc090495429c17ed4701cac (diff) | |
download | nixcfg-7d7efab9ee6b45b62e8966bbb56a5cf90397b179.tar.gz nixcfg-7d7efab9ee6b45b62e8966bbb56a5cf90397b179.zip |
Update to nixos 22.05
Diffstat (limited to 'nix/configuration.nix')
-rw-r--r-- | nix/configuration.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/nix/configuration.nix b/nix/configuration.nix index 825cab2..53246e3 100644 --- a/nix/configuration.nix +++ b/nix/configuration.nix @@ -64,15 +64,15 @@ SystemMaxUse=1G wget htop smartmontools - links + links2 git rclone docker docker-compose - wireguard + wireguard-tools wesher - qemu - qemu_kvm + #qemu + #qemu_kvm ]; programs.vim.defaultEditor = true; |