up and running again

This commit is contained in:
Matt Nish-Lapidus 2025-05-22 22:49:45 -04:00
parent 16696e66cd
commit 903488fa21
9 changed files with 76 additions and 48 deletions

View file

@ -4,19 +4,16 @@
imports = with nix-config.nixosModules; [
./hardware-configuration.nix
./fs-default.nix
# ./disko-config.nix
./disko-config.nix
./razer-speaker-fix.nix
btrfs-conf
users-emenel
nixld
niri
kanata
filesystems-filez
filesystems-media-server
sound
];
@ -282,10 +279,11 @@
services.fstrim.enable = true;
services.udisks2.enable = true;
# programs.devmon.enable = true;
services.rpcbind.enable = true; # needed for NFS
systemd.tmpfiles.rules = [
"d /mnt 0770 root users"
"L /mnt/removable - - - - /run/media/emenel"
];
services.hardware.openrgb = {

View file

@ -21,7 +21,7 @@
size = "100%";
content = {
type = "luks";
name = "crypted"
name = "crypted";
settings = {
allowDiscards = true;
};