mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 23:14:57 +08:00
vixen: latest kernel
This commit is contained in:
parent
3c64a77f1f
commit
52c8d3707b
1 changed files with 3 additions and 0 deletions
|
|
@ -18,6 +18,9 @@ in
|
|||
(self + /modules/nixos/linux/gui/desktopish/monitor-brightness.nix)
|
||||
];
|
||||
|
||||
# Use latest kernel
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
services.openssh.enable = true;
|
||||
services.tailscale.enable = true;
|
||||
# services.fprintd.enable = true; -- bad UX
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue