disable all docker shit
This commit is contained in:
parent
f1e00e4038
commit
b8adf7b200
@ -16,9 +16,7 @@
|
|||||||
]
|
]
|
||||||
# Include packages based on whether this is a server or workstation.
|
# Include packages based on whether this is a server or workstation.
|
||||||
++ lib.optional isServer ./packages/server/default.nix
|
++ lib.optional isServer ./packages/server/default.nix
|
||||||
++ lib.optional isWorkstation ./packages/workstation/default.nix
|
++ lib.optional isWorkstation ./packages/workstation/default.nix;
|
||||||
# Include docker if this is a server, otherwise include nothing because we don't intend on running docker services on workstations.
|
|
||||||
++ lib.optional isServer ./docker/default.nix;
|
|
||||||
|
|
||||||
# Enable networking
|
# Enable networking
|
||||||
networking.networkmanager.enable = true;
|
networking.networkmanager.enable = true;
|
||||||
|
@ -1,16 +1,6 @@
|
|||||||
{ ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [ ];
|
||||||
./minecraft.nix
|
|
||||||
./wireguard.nix
|
|
||||||
./torrent.nix
|
|
||||||
./stash.nix
|
|
||||||
./sabnzbd.nix
|
|
||||||
./gitea.nix
|
|
||||||
./golink.nix
|
|
||||||
./plex.nix
|
|
||||||
./nginx-proxy-manager.nix
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
# TODO: Import all the package modules, disabled for testing one by one.
|
# TODO: Import all the package modules, disabled for testing one by one.
|
||||||
# { config, pkgs, ... }:
|
# { config, pkgs, ... }:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user