refactor(nixarr): move nixarr module to media-server role dir
This commit is contained in:
parent
71e559b7cf
commit
d03d0771df
1 changed files with 1 additions and 6 deletions
|
|
@ -1,11 +1,7 @@
|
||||||
{ config, inputs, pkgs, ... }:
|
{ config, inputs, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [ ./hardware-configuration.nix ];
|
||||||
./hardware-configuration.nix
|
|
||||||
../../profiles
|
|
||||||
./nixarr.nix
|
|
||||||
];
|
|
||||||
|
|
||||||
activeProfiles = ["base" "gaming"];
|
activeProfiles = ["base" "gaming"];
|
||||||
|
|
||||||
|
|
@ -26,7 +22,6 @@
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "ooksmedia";
|
hostName = "ooksmedia";
|
||||||
# useDHCP = true;
|
|
||||||
};
|
};
|
||||||
boot = {
|
boot = {
|
||||||
kernelPackages = pkgs.linuxPackages_xanmod_latest;
|
kernelPackages = pkgs.linuxPackages_xanmod_latest;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue