Refactor codebase

This commit is contained in:
2026-02-15 20:47:37 -05:00
parent c281e3f018
commit aa1a4c8a6c
3 changed files with 65 additions and 66 deletions

View File

@@ -1,11 +1,5 @@
{ pkgs, ... }:
{
nixpkgs = {
config = {
allowUnfree = true;
};
};
networking = {
hostName = "zelus";
};