{ ... }: { imports = [ ./hardware-configuration.nix ./../../user/users.nix ./../../modules/essential.nix ./../../modules/common/sops.nix ./../../modules/services/webdav.nix ./../../modules/services/ai.nix ./../../modules/graphics/workstation.nix ./../../modules/hardware/nvidia.nix ./../../modules/hardware/boot.nix ./../../modules/hardware/xremap.nix ]; networking.hostName = "minoxy"; enableCuda = true; systemd.targets.sleep.enable = true; systemd.targets.suspend.enable = true; virtualisation.docker.enable = true; virtualisation.docker.storageDriver = "btrfs"; # Never change this! system.stateVersion = "25.05"; }