WIP BROKEN SYSTEM ATM

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-03-18 00:32:21 -05:00
parent 2087ee1015
commit 1d9c4beaf3
21 changed files with 767 additions and 93 deletions

View file

@ -1,6 +1,6 @@
{ nixConfig, ... }:
{ osConfig, ... }:
let
inherit (nixConfig) age;
inherit (osConfig) age;
in
{
# TODO can I put all IP's in the flake.nix top level settings and pull them in here instead?