feat: init media server system profile
This commit is contained in:
parent
d2bd5abbed
commit
dc8a3d5dd1
7 changed files with 71 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
|||
../../profiles
|
||||
];
|
||||
|
||||
activeProfiles = ["base" "nvidia"];
|
||||
activeProfiles = ["base" "nvidia" "mediaServer"];
|
||||
|
||||
systemModules.user = {
|
||||
ooks.enable = true;
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
networking = {
|
||||
hostName = "ooksdesk";
|
||||
useDHCP = true;
|
||||
# useDHCP = true;
|
||||
};
|
||||
boot = {
|
||||
kernelPackages = pkgs.linuxKernel.packages.linux_zen;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue