Nixfiles! :3
0

Configure Feed

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

not latest


Signed-off-by: MLC Bloeiman <mar@strawmelonjuice.com>

MLC Bloeiman (May 1, 2026, 4:54 PM +0200) fd45ade2 61350af3

+2 -2
+2 -2
hosts/Fennekin/configuration.nix
··· 28 28 # networking.proxy.default = "http://user:password@proxy:port/"; 29 29 # networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain"; 30 30 31 - # Use latest kernel. 32 - boot.kernelPackages = pkgs.linuxPackages_latest; 31 + # # Use latest kernel. 32 + # boot.kernelPackages = pkgs.linuxPackages_latest; 33 33 # Enable networking 34 34 networking.networkmanager.enable = true; 35 35