My NixOS configuration (mirror)

lint

+4 -4
system/desktop/default.nix

This is a binary file and will not be displayed.

system/laptop/default.nix

This is a binary file and will not be displayed.

+2 -2
system/services/boot.nix
··· 1 1 { 2 - boot = { 2 + boot = { 3 3 loader = { 4 4 systemd-boot.enable = false; 5 5 efi.efiSysMountPoint = "/boot"; ··· 12 12 }; 13 13 }; 14 14 }; 15 - } 15 + }
+2 -2
system/services/docker.nix
··· 4 4 enableOnBoot = false; 5 5 }; 6 6 7 - systemd.services."docker.socket".wantedBy = [ "sockets.target" ]; 8 - } 7 + systemd.services."docker.socket".wantedBy = ["sockets.target"]; 8 + }