This commit is contained in:
4DBug
2026-03-23 08:24:07 -05:00
parent 650f0469bc
commit 2ab5eff599
7 changed files with 33 additions and 14 deletions

View File

@@ -22,11 +22,13 @@
janitor
];
nixos = {
nixos = { pkgs, ...}: {
networking.hostName = "box";
# den.tunnels = [ "tvtun" ];
environment.systemPackages = [ pkgs.python3 ];
users.users.levi = {
isNormalUser = true;
description = "levi";

View File

@@ -10,6 +10,8 @@
janitor
ollama
alc897
];
nixos = {