mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
Waybar changes, koishi monitoring, emulators, ...
This commit is contained in:
parent
2ba7aea5d1
commit
7287701405
6 changed files with 21 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue