forked from jan-leila/nix-config
moved network manager out of environments
This commit is contained in:
parent
4d191a27cc
commit
cef6ad7125
6 changed files with 6 additions and 10 deletions
|
@ -1,7 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
imports = [
|
||||
../common
|
||||
];
|
||||
imports = [];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
cachefilesd
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
{...}: {
|
||||
# Enable networking
|
||||
networking.networkmanager.enable = true;
|
||||
}
|
|
@ -12,9 +12,7 @@
|
|||
httpsPort = 443;
|
||||
isDebug = false;
|
||||
in {
|
||||
imports = [
|
||||
../common
|
||||
];
|
||||
imports = [];
|
||||
|
||||
options = {
|
||||
apps = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue