Latest Updates
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user