feat(ooksdesk): swap ooksdesk to new hardware

This commit is contained in:
ooks-io 2024-04-12 02:29:11 +12:00
parent b833116942
commit 0c5694c4c0
6 changed files with 23 additions and 23 deletions

View file

@ -6,12 +6,17 @@
../../profiles
];
activeProfiles = ["base" "nvidia" "mediaServer" "gaming"];
activeProfiles = ["base" "gaming"];
systemModules.user = {
ooks.enable = true;
shell.fish.enable = true;
};
systemModules.hardware = {
cpu.type = "amd";
gpu.type = "amd";
};
networking = {
hostName = "ooksdesk";