Some improves

This commit is contained in:
2025-10-17 09:31:17 +02:00
parent 2ea3065c4f
commit f7533d4ffa
4 changed files with 25 additions and 1 deletions

View File

@@ -19,6 +19,17 @@
networking.hostName = "minoxy";
virtualisation.docker.enable = true;
# Add file systems
boot.supportedFilesystems = [ "ntfs" "exfat" ];
# Hide the windows disk in the file explorer
services.udev.extraRules = ''
# Ignore internal NVMe Windows partition
SUBSYSTEM=="block", ENV{ID_PART_ENTRY_UUID}=="A09C8D5E9C8D2FB8", ENV{UDISKS_IGNORE}="1"
'';
# TODO: Make all your working systems go to ext4 on the full disk for ease of use and storage
virtualisation.docker.storageDriver = "btrfs";
# Never change this!