Latest Updates

This commit is contained in:
2025-09-05 17:34:50 -04:00
parent bebed804bf
commit 991e3c5bf4
12 changed files with 354 additions and 10 deletions

View File

@@ -71,6 +71,17 @@
fi
'';
};
# TODO: Fix this to work on nixos, fails finding python env
# systemd.services.pytui-note-ui = {
# description = "Launch Pytui note server";
# wantedBy = [ "multi-user.target" ];
# requires = [ "network-online.target" ];
# after = [ "network-online.target" ];
# serviceConfig.Type = "oneshot";
# script = ''
# ./home/th3r00t/.local/usr/bin/pytui -w --port 3000
# '';
# };
networking.hostName = "xps13"; # Define your hostname.
# networking.networkmanager.enable = true;
networking.wireless = {