···1010 ...
1111}:
1212let
1313+ # localhost + local network in HaliliFam WiFi network
1314 baseHostsFile =
1415 with import ../../shared/hosts-file.nix;
1516 {
1617 "127.0.0.1" = localhost ++ [
1718 "lairland.local"
1819 "lairland.tailnet"
1919- ]
2020- }; // localNetwork.halilifam;
2121- };
2020+ "lairland.fawn-cod.ts.net"
2121+ ];
2222+ }
2323+ // localNetwork.halilifam;
22242325 # tailnet, blocking ads via blackholing to 0.0.0.0, etc.
2426 extraHosts = with import ../../shared/hosts-file.nix; tailnet;
···8890 # Enable touchpad support (enabled default in most desktopManager).
8991 # services.xserver.libinput.enable = true;
90929191- security.rtkit.enable = true;
9292- services.pipewire = {
9393- enable = true;
9494- alsa.enable = true;
9595- alsa.support32Bit = true;
9696- pulse.enable = true;
9797- # If you want to use JACK applications, uncomment this
9898- #jack.enable = true;
9999-100100- # use the example session manager (no others are packaged yet so this is enabled by default,
101101- # no need to redefine it in your config for now)
102102- #media-session.enable = true;
103103- };
104104-10593 # Define a user account. Don't forget to set a password with ‘passwd’.
10694 users.users.ajhalili2006 = {
10795 isNormalUser = true;
···121109 };
122110123111 # home-manager
124124- home-manager.users.gildedguy = import ./users/ajhalili2006.nix;
112112+ home-manager.users.ajhalili2006 = import ./users/ajhalili2006.nix;
125113126114 # Some programs need SUID wrappers, can be configured further or are
127115 # started in user sessions.
···131119 # enableSSHSupport = true;
132120 # };
133121134134- ervices.xserver.videoDrivers = [ "nvidia" ];
122122+ services.xserver.videoDrivers = [ "nvidia" ];
135123}