| 10 Jul 2025 |
atagen | anyone know how I can get a full list of default nixos kernel options, including actual kernel defaults that aren't set in common-config.nix ? | 06:04:44 |
atagen | to scope out: I'm looking for something to diff my own config options against so I know what's strictly necessary to set in extraStructuredConfig | 06:06:00 |
eljamm | You can perhaps have a look at how the kernel configfile is generated, or you can build that and compare it with your own options. For example:
$ nix-build -A linux_xanmod.configfile
$ $EDITOR ./result
| 06:21:41 |
| 12 Jul 2025 |
| plan9better joined the room. | 11:06:02 |
| 13 Jul 2025 |
woobilicious | been ages since I looked at the nixpkgs stuff around kernel config but I'm pretty sure we rely on upstreams defaults, and common-config.nix just adds more.
`nix log nixpkgs#linuxKernel.kernels.<kernel_version>.configfile```
will show you the configfile build log.
i.e:
*** Default configuration is based on 'x86_64_defconfig'
#
# configuration written to .config
#
| 06:01:12 |
woobilicious | * been ages since I looked at the nixpkgs stuff around kernel config but I'm pretty sure we rely on upstreams defaults, and common-config.nix just adds more.
nix log nixpkgs#linuxKernel.kernels.\<kernel\_version>.configfile
will show you the configfile build log.
i.e:
*** Default configuration is based on 'x86_64_defconfig'
#
# configuration written to .config
#
| 06:07:36 |
woobilicious | * been ages since I looked at the nixpkgs stuff around kernel config but I'm pretty sure we rely on upstreams defaults, and common-config.nix just adds more.
nix log nixpkgs#linuxKernel.kernels.<kernel_version>.configfile
will show you the configfile build log.
i.e:
*** Default configuration is based on 'x86_64_defconfig'
#
# configuration written to .config
#
| 06:07:47 |
| timschumi joined the room. | 18:28:53 |
| @marie:marie.cologne changed their profile picture. | 20:11:40 |
| 14 Jul 2025 |
| @znaniye:matrix.org joined the room. | 19:31:11 |
| @znaniye:matrix.org left the room. | 19:32:09 |
| 18 Jul 2025 |
| полынь changed their profile picture. | 03:22:01 |
| 24 Jul 2025 |
| blocklisted joined the room. | 10:07:26 |
| 26 Jul 2025 |
| leo051 joined the room. | 07:39:49 |
| 28 Jul 2025 |
| @alex:acrawford.com left the room. | 21:29:30 |