add doll.repair; sync aerial
This commit is contained in:
parent
0f2d410de2
commit
fddfd8b18c
6 changed files with 24 additions and 8 deletions
|
@ -3,7 +3,7 @@
|
|||
./hardware-configuration.nix
|
||||
../../client.nix
|
||||
|
||||
../../features/plasma5.nix
|
||||
../../features/plasma6.nix
|
||||
../../features/tailscale.nix
|
||||
../../features/sound
|
||||
../../features/nvidia.nix
|
||||
|
@ -34,5 +34,9 @@
|
|||
];
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 42069 8000 ];
|
||||
networking.firewall.allowedUDPPorts = [ 42069 ];
|
||||
networking.firewall.allowedUDPPorts = [ 42069 ];
|
||||
|
||||
services.xserver.displayManager.setupCommands = ''
|
||||
nvidia-settings -a AllowVRR=0
|
||||
'';
|
||||
}
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
# still possible to use this option, but it's recommended to use it in conjunction
|
||||
# with explicit per-interface declarations with `networking.interfaces.<interface>.useDHCP`.
|
||||
networking.useDHCP = lib.mkDefault true;
|
||||
networking.dhcpcd.IPv6rs = true;
|
||||
# networking.dhcpcd.IPv6rs = true;
|
||||
# networking.interfaces.enp5s0.useDHCP = lib.mkDefault true;
|
||||
# networking.interfaces.enp6s0.useDHCP = lib.mkDefault true;
|
||||
# networking.interfaces.enp7s0.useDHCP = lib.mkDefault true;
|
||||
|
|
|
@ -123,6 +123,12 @@ in {
|
|||
serverAliases = [ "metagame-new.ps2.live" ];
|
||||
};
|
||||
|
||||
"doll.repair" = static {
|
||||
src = inputs.noe-sh.packages.${pkgs.system}.default;
|
||||
};
|
||||
|
||||
"porcelain.doll.repair" = placeholder;
|
||||
|
||||
# Generic store for /.well-known/ paths.
|
||||
# "well-known.sapphic.engineer" = defaultConfig // {
|
||||
# locations."=/.well-known/matrix/server" = let
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue