Waybar changes, koishi monitoring, emulators, ...

This commit is contained in:
kat witch 2021-11-19 21:42:49 +00:00
parent 2ba7aea5d1
commit 7287701405
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
6 changed files with 21 additions and 7 deletions

View file

@ -5,6 +5,7 @@
profiles.light
profiles.network
users.kat.guiFull
services.nginx
services.dnscrypt-proxy
];
@ -37,7 +38,7 @@
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
boot = {
supportedFilesystems = singleton "xfs";
supportedFilesystems = [ "xfs" "zfs" ];
initrd.luks.devices."cryptroot".device = "/dev/disk/by-uuid/8dd300d3-c432-47b6-8466-55682cd1c1a1";
loader = {
systemd-boot.enable = true;