feat(ooksdesk): swap ooksdesk to new hardware
This commit is contained in:
parent
b833116942
commit
0c5694c4c0
6 changed files with 23 additions and 23 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue