added editor.conf. disabled virtualisation by default

This commit is contained in:
installer
2024-09-08 22:44:48 +09:00
parent e8bc6056d9
commit 3adf00d263
3 changed files with 12 additions and 4 deletions

5
.editorconfig Normal file
View File

@@ -0,0 +1,5 @@
root = true
[*]
indent_style = space
indent_size = 4

View File

@@ -1,5 +1,8 @@
## Changelogs
### 08 Sep 2024
- officially released
### 07 Sep 2024
- Beta stage 🫰
- added zram

View File

@@ -468,11 +468,11 @@
};
# Virtualization / Containers
virtualisation.libvirtd.enable = true;
virtualisation.libvirtd.enable = false;
virtualisation.podman = {
enable = true;
dockerCompat = true;
defaultNetwork.settings.dns_enabled = true;
enable = false;
dockerCompat = false;
defaultNetwork.settings.dns_enabled = false;
};
# OpenGL