diff --git a/nixos/modules/virtualisation/docker/default.nix b/nixos/modules/virtualisation/docker/default.nix index 6b90e37..9029217 100644 --- a/nixos/modules/virtualisation/docker/default.nix +++ b/nixos/modules/virtualisation/docker/default.nix @@ -9,8 +9,6 @@ in { virtualisation.docker = { enable = true; enableNvidia = true; - # Because these are made for development purposes and not for servers - enableOnBoot = false; }; }; } diff --git a/stow/sway/.config/sway/input-output b/stow/sway/.config/sway/input-output index c336c59..d8f2756 100644 --- a/stow/sway/.config/sway/input-output +++ b/stow/sway/.config/sway/input-output @@ -14,7 +14,3 @@ output * { bg "~/Nextcloud/Afbeeldingen/wallpapers/bg" fill } -# Vertical display -output "Dell Inc. DELL P2214H 29C2937M4YTL" { - transform 270 -}