diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2023-01-10 01:43:40 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2023-01-10 01:49:00 +0100 |
commit | 2aac875aced8ad23ead63c3417c8675ee769c431 (patch) | |
tree | b4c63c00d5171cfdfeec9765d13ee591a383d955 /modules | |
parent | Dotfiles: Use elogind for libseat backend in wayland (diff) | |
download | nixos-config-2aac875aced8ad23ead63c3417c8675ee769c431.tar.gz nixos-config-2aac875aced8ad23ead63c3417c8675ee769c431.tar.bz2 nixos-config-2aac875aced8ad23ead63c3417c8675ee769c431.zip |
Update
Diffstat (limited to 'modules')
-rw-r--r-- | modules/virtualisation/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/virtualisation/default.nix b/modules/virtualisation/default.nix index 574f384..c816490 100644 --- a/modules/virtualisation/default.nix +++ b/modules/virtualisation/default.nix @@ -5,7 +5,6 @@ podman = { enable = true; dockerCompat = true; - defaultNetwork.dnsname.enable = true; }; libvirtd.enable = true; virtualbox.host.enable = true; |