diff --git a/hosts/skadi/configuration.nix b/hosts/skadi/configuration.nix index 2805114..fda7a2c 100644 --- a/hosts/skadi/configuration.nix +++ b/hosts/skadi/configuration.nix @@ -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";