feat: remove unnecesary comments.
This commit is contained in:
parent
6f18f56321
commit
9a6149e0ae
1 changed files with 6 additions and 21 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue