My Nix Configuration
2
fork

Configure Feed

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

[flake] Fix checks

Pyrox af87eb0d 3e0b0f81

+8 -12
+5 -3
flake.nix
··· 83 83 }; 84 84 deploy-rs = { 85 85 url = "github:serokell/deploy-rs"; 86 - inputs.nixpkgs.follows = "nixpkgs"; 87 - inputs.utils.follows = "flake-utils"; 88 - inputs.flake-compat.follows = "flake-compat"; 86 + inputs = { 87 + nixpkgs.follows = "nixpkgs"; 88 + utils.follows = "flake-utils"; 89 + flake-compat.follows = "flake-compat"; 90 + }; 89 91 }; 90 92 dns = { 91 93 url = "github:nix-community/dns.nix";
+1 -1
systems/x86_64-linux/marvin/hardware.nix
··· 7 7 ckb-next.enable = false; 8 8 cpu.amd.updateMicrocode = true; 9 9 gpgSmartcards.enable = true; 10 - opengl.enable = false; 10 + graphics.enable = false; 11 11 pulseaudio.enable = false; 12 12 }; 13 13 }
+1 -6
systems/x86_64-linux/prefect/bootloader.nix
··· 1 - { 2 - pkgs, 3 - lib, 4 - modulesPath, 5 - ... 6 - }: 1 + { pkgs, modulesPath, ... }: 7 2 let 8 3 fileSystems = { 9 4 btrfs = true;
+1 -2
systems/x86_64-linux/prefect/dn42/bgp.nix
··· 1 - { ... }: 2 - { 1 + _: { 3 2 sessions = [ 4 3 # Chrismoos 5 4 {