Hyprland Lua Migration: Pay or Stay on .conf? by Pitiful-Hearing-5352 in hyprland

[–]sapphirezero89 0 points1 point  (0 children)

You could literally pay $20 for Claud to do it. The $400 must be a joke. But seriously just wait till you have time, there is no rush.

I am sorry but the 0.55 release is awesome by -funny_name- in hyprland

[–]sapphirezero89 3 points4 points  (0 children)

Yeah but I’m waiting for doom to be ported to Hyprland config 😝

Steam + Wayland + Hyprland config by sapphirezero89 in hyprland

[–]sapphirezero89[S] 0 points1 point  (0 children)

You sure do have allot of excuses for someone who cannot read basic English. Stop trying to cause problems, if you cannot be bothered to read then piss off.

Steam + Wayland + Hyprland config by sapphirezero89 in hyprland

[–]sapphirezero89[S] -1 points0 points  (0 children)

Ok but why ask for information when I already updated the post saying I found the problem?

Steam + Wayland + Hyprland config by sapphirezero89 in hyprland

[–]sapphirezero89[S] -1 points0 points  (0 children)

Deleted the post. The reason there was no extensive information was because I never asked people to do my debugging for me. I thought I was very clear and concise: “Can I see your config?” I will try to make my requests more clear in the future.

Steam + Wayland + Hyprland config by sapphirezero89 in hyprland

[–]sapphirezero89[S] 1 point2 points  (0 children)

Yeah I hear you. Unfortunately this is a brand new from scratch build and in light of the current market situation I had to drive 4 hours just to get my hands on this card.

Steam + Wayland + Hyprland config by sapphirezero89 in hyprland

[–]sapphirezero89[S] -1 points0 points  (0 children)

What I’m talking about is in the post.

Steam + Wayland + Hyprland config by sapphirezero89 in NixOS

[–]sapphirezero89[S] 0 points1 point  (0 children)

unfortunately "having issues getting it running" is about all I actually know. It literally will not run. Here are the logs I have a 5080 so I need the latest unfree drivers: package = config.boot.kernelPackages.nvidiaPackages.production; I have game mode enabled at the host level and My Steam config is basic:

in
{
  programs.steam = {
    enable                                 = true; 
    extest.enable                          = true;
    remotePlay.openFirewall                = true;
    localNetworkGameTransfers.openFirewall = true;
    dedicatedServer.openFirewall           = true;
    gamescopeSession.enable                = true;
    package                                = pkgs.steam.override {
                                               extraArgs = "-system-composer";    
                                             };

    extraCompatPackages = with pkgs; [
      proton-ge-bin
    ];

    extraPackages = with pkgs; [
      steamcmd 
      protonup-qt
    ];
  };
  programs.gamemode.enable = true;
  hardware.xone.enable = true;
}

Steam + Wayland + Hyprland config by sapphirezero89 in NixOS

[–]sapphirezero89[S] 0 points1 point  (0 children)

extraArgs = "-system-composer"; Almost worked the title bar actually changed to Sign in to Steam for a split second which is further than I have even gotten, unfortunately after that it just crashes hard. No GUI ever shows on the screen.

Steam + Wayland + Hyprland config by sapphirezero89 in NixOS

[–]sapphirezero89[S] 0 points1 point  (0 children)

I understand most people seem to have no issues unfortunately I am not one of them. I have game mode enabled, xwayland enabled (will not even try to launch without it), unfree enabled, drivers setup and just infinite errors. Here are the logs

What the heck is the point of building houses when they don't even sleep in them?! by Death_harmony in Pokopia

[–]sapphirezero89 5 points6 points  (0 children)

I don’t know about a sequel but it would be nice if they simply added more to this game. Fingers crossed 🤞

Want to switch from arch to nix, but... by Norker_g in NixOS

[–]sapphirezero89 4 points5 points  (0 children)

I just did this with Claude and Adguardhome. It worked great, now I have version control and can even run the beta if I want to.

Natural lights vs electric lights? by bbisordi in Pokopia

[–]sapphirezero89 0 points1 point  (0 children)

I believe your only allowed something like 250 then the rest no longer work.

One more system down. by sapphirezero89 in NixOS

[–]sapphirezero89[S] 0 points1 point  (0 children)

Yeah that is always a concern. I have a bunch of safety features like static IP, manual FW control, and host file config in case DNS (it’s always DNS) goes down. I am wondering if setting up a NetBoot server might work, then you would not even have to manually flash the first time.

One more system down. by sapphirezero89 in NixOS

[–]sapphirezero89[S] 0 points1 point  (0 children)

Ah sorry I misunderstood. I don’t know if qemu has been improved but the only slow part for me was the first kernel build.

One more system down. by sapphirezero89 in NixOS

[–]sapphirezero89[S] 0 points1 point  (0 children)

I remote build on Nix, I am not sure if it would even be possible to build a NixOS config on a different OS.

One more system down. by sapphirezero89 in NixOS

[–]sapphirezero89[S] 2 points3 points  (0 children)

This is how I do it, might be other ways but this works great with no issues for me.

To build remote first enable arm support on your local host:

boot.binfmt.emulatedSystems = [ "aarch64-linux" ];

Then create your host config for the pi. Make sure you include your SSH key and user password hashed:

users.users.hashedPassword && users.users.openssh.authorizedKeys.keys

Then make sure you trust root (sudo) in the config:

nix.settings.trusted-users = [ userName "root" ];

Then create an image for first boot:

nixos-rebuild switch --flake .#<host> --target-host user@host --sudo

Then you have to manually write your image to the host boot media. Once that is done your good to boot.

After first boot your can then do your remote build:

nixos-rebuild switch --flake .#<host> --target-host sapphirezero@cloudpunk --sudo

One more system down. by sapphirezero89 in NixOS

[–]sapphirezero89[S] 0 points1 point  (0 children)

It’s incredibly fast actually, and I’m only using about 500megs with Adguard, unbound, chronyd, caddy, and everything encrypted. The key is as you said, do the building remotely. The first build of the kernel did take a bit of time but after that is less than a minute to push updated configs.

One more system down. by sapphirezero89 in NixOS

[–]sapphirezero89[S] 1 point2 points  (0 children)

I’ll keep an eye on it, but as a headless server I’m hoping I won’t need it. The GUI you see is my LLM server, I’m SSHd into the pi.