Have kmonad as a seperate service not managed by nixos

This commit is contained in:
2025-11-20 21:01:54 +01:00
parent 4addd84301
commit cb0286ac07
7 changed files with 207 additions and 24 deletions

View File

@@ -14,7 +14,6 @@
./../../modules/hardware/nvidia.nix
./../../modules/hardware/boot.nix
./../../modules/hardware/xremap.nix
];
networking.hostName = "minoxy";
@@ -30,7 +29,6 @@
SUBSYSTEM=="block", ENV{ID_FS_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";