reorganization & hardware

This commit is contained in:
Reid 2025-01-28 22:03:36 -08:00
parent b4b6ffc3b9
commit 1ae4c328f8
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
6 changed files with 48 additions and 50 deletions

View file

@ -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;
}