mirror of
https://github.com/LinuxBeginnings/NixOS-Hyprland.git
synced 2026-01-11 15:01:01 -03:00
added editor.conf. disabled virtualisation by default
This commit is contained in:
5
.editorconfig
Normal file
5
.editorconfig
Normal file
@@ -0,0 +1,5 @@
|
||||
root = true
|
||||
[*]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
## Changelogs
|
||||
|
||||
### 08 Sep 2024
|
||||
- officially released
|
||||
|
||||
### 07 Sep 2024
|
||||
- Beta stage 🫰
|
||||
- added zram
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user