feat: remove unnecesary comments.

This commit is contained in:
CronyAkatsuki 2026-03-11 09:52:26 +01:00
parent 6f18f56321
commit 9a6149e0ae

View file

@ -40,6 +40,9 @@
boot.supportedFilesystems.zfs = true;
boot.zfs.package = config.boot.kernelPackages.zfs_cachyos;
# Setup tmp as tmpfs
boot.tmp.useTmpfs = true;
# setup host id for zfs
networking.hostId = "65663637";
@ -61,6 +64,9 @@
enable = true;
};
# Setup profiles sync daemon
services.psd.enable = true;
# Get nicer hostname
networking.hostName = "skadi"; # Define your hostname.
@ -159,27 +165,6 @@
crony.pc-services.enable = true;
crony.cachyos.settings.enable = true;
# # Try out greetd with tuigreet
# services.greetd = {
# enable = true;
# settings = {
# default_session = {
# command = "${pkgs.tuigreet}/bin/tuigreet exec uwsm start hyprland.desktop";
# user = "greeter";
# };
# };
# };
#
# systemd.services.greetd.serviceConfig = {
# Type = "idle";
# StandardInput = "tty";
# StandardOutput = "tty";
# StandardError = "journal";
# TTYReset = true;
# TTYVHangup = true;
# TTYVTDisallocate = true;
# };
# Mount additional drive for games
fileSystems."/mnt/games" = {
device = "/dev/disk/by-uuid/f747508e-6b2f-474a-88cf-759a221cff46";