reorganization & hardware
This commit is contained in:
parent
b4b6ffc3b9
commit
1ae4c328f8
6 changed files with 48 additions and 50 deletions
|
@ -1,8 +1,6 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
let
|
||||
|
||||
in {
|
||||
{
|
||||
imports = [
|
||||
./hardware.nix
|
||||
./webapps/default.nix
|
||||
|
@ -51,5 +49,6 @@ in {
|
|||
};
|
||||
|
||||
# enable network manager - probably not the best on a single server but Oh Well
|
||||
# perhaps i could move it next to my router for easier ethernet access
|
||||
networking.networkmanager.enable = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue