This commit is contained in:
4DBug
2026-02-27 08:31:37 -06:00
parent 31a6f3aff8
commit b025e987fc
5 changed files with 25 additions and 23 deletions

6
flake.lock generated
View File

@@ -74,11 +74,11 @@
"nixpkgs": "nixpkgs" "nixpkgs": "nixpkgs"
}, },
"locked": { "locked": {
"lastModified": 1771709154, "lastModified": 1771834427,
"narHash": "sha256-OtbD6omjc5fZ8eWDgZe6JC9OvRbYU7+E/FUlZaydX/Q=", "narHash": "sha256-B1j0ahVuxyZtpbFfy34gk2DjacimPIuzyzCPvDhvxI4=",
"owner": "9001", "owner": "9001",
"repo": "copyparty", "repo": "copyparty",
"rev": "f5e70c7f6729e4f905863dbf057649eeac9425ec", "rev": "ab8bd0178b26a0b6c6406f7bae835d13b16ef188",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -32,8 +32,6 @@
HandleLidSwitch = "ignore"; HandleLidSwitch = "ignore";
HandleLidSwitchDocked = "ignore"; HandleLidSwitchDocked = "ignore";
}; };
users.users.bug.extraGroups = [ "networkmanager" "wheel" "audio" "video" "libvirtd" "ydotool" "dialout" ];
}; };
}; };
} }

View File

@@ -4,9 +4,11 @@
creds = "/home/bug/.cloudflared/${tunnel_uuid}.json"; creds = "/home/bug/.cloudflared/${tunnel_uuid}.json";
tunnel = port: subdomain: { pkgs, ... }: { tunnel = port: subdomain: { pkgs, ... }: {
environment.systemPackages = [ pkgs.cloudflared ]; environment = {
systemPackages = [ pkgs.cloudflared ];
environment.etc."cloudflared/${tunnel_uuid}.json".source = creds; etc."cloudflared/${tunnel_uuid}.json".source = creds;
};
services.cloudflared = { services.cloudflared = {
enable = true; enable = true;

View File

@@ -5,5 +5,7 @@
(den.provides.user-shell "fish") (den.provides.user-shell "fish")
#den.provides.home-manager #den.provides.home-manager
]; ];
user.extraGroups = [ "networkmanager" "wheel" "audio" "video" "libvirtd" "ydotool" "dialout" ];
}; };
} }

View File

@@ -1,16 +1,16 @@
 ██ ███ ██  ██ ███ ██
 ███ ███◣◢███  ███ ██████
 ███ ██████  ███ ██████
 ████████████████ ◢◣  ████████████████ 
 █████████████████ ██  █████████████████ ██
 ███ ██████  ███ ██████
 ███ █████  ███ █████
█████████ ████████ █████████ ████████
████████ █████████ ████████ █████████
 █████ ███  █████ ███
 ██████ ███  ██████ ███
 ██ █████████████████  ██ █████████████████
 ◥◤ ████████████████   ████████████████
 ██████ ███  ██████ ███
 ███◤◥███ ███  ██████ ███
 ██ ███ ██  ██ ███ ██