Add bchacefs support, set up the first luks and bcachefs settings, and update plasma-manager config
This commit is contained in:
parent
711e24bed2
commit
44d646adc0
3 changed files with 74 additions and 1 deletions
|
@ -71,10 +71,12 @@
|
|||
direnv
|
||||
docker
|
||||
docker-compose
|
||||
gcc-wrapper
|
||||
git-filter-repo
|
||||
pciutils
|
||||
waydroid
|
||||
xwaylandvideobridge
|
||||
yubikey-personalization
|
||||
zsh
|
||||
|
||||
# KDE/QT
|
||||
|
@ -164,6 +166,8 @@
|
|||
boot.loader.systemd-boot.configurationLimit = 3;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.bootspec.enable = true;
|
||||
boot.supportedFilesystems = ["bcachefs"];
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
users.users = {
|
||||
lillian = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue