Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Tailscale config and firefox for shizuri

+7 -1
+6 -1
host-specific/shizuri/gui.nix
··· 1 - { pkgs, ... }: 1 + { pkgs, unstable, ... }: 2 2 { 3 3 # Enable the X11 windowing system. 4 4 services.xserver = { ··· 112 112 }; 113 113 services.dbus.enable = true; 114 114 services.gnome.gnome-keyring.enable = true; 115 + 116 + environment.systemPackages = with pkgs; [ 117 + unstable.firefox-devedition 118 + unstable.ghostty 119 + ]; 115 120 }
+1
host-specific/shizuri/services.nix
··· 27 27 openFirewall = true; 28 28 defaultWindowManager = "${pkgs.lxqt.lxqt-session}/bin/lxqt-session"; 29 29 }; 30 + services.tailscale.useRoutingFeatures = "both"; 30 31 31 32 # Containers and VMs 32 33 virtualisation = {