From 0c28f1e978efc36c8177af8967bdaa128cdb6c2e Mon Sep 17 00:00:00 2001 From: unexplrd Date: Sun, 11 May 2025 17:51:24 +0300 Subject: [PATCH] hosts/eldrid: update id's Signed-off-by: unexplrd --- hosts/eldrid/configuration.nix | 6 +++--- hosts/eldrid/disko/default.nix | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/eldrid/configuration.nix b/hosts/eldrid/configuration.nix index e5a3f13..c02f599 100644 --- a/hosts/eldrid/configuration.nix +++ b/hosts/eldrid/configuration.nix @@ -10,7 +10,7 @@ networking = { networkmanager.enable = true; - # hostId = ""; + hostId = "14f63637"; hostName = "eldrid"; }; @@ -18,7 +18,7 @@ system.stateVersion = "25.11"; time.timeZone = "Europe/Kyiv"; - desktop.plasma.enable = true; + desktop.niri.enable = true; module = { config = { @@ -30,7 +30,7 @@ }; stylix = { enable = true; - theme = "helios"; + theme = "rose-pine-moon"; }; }; diff --git a/hosts/eldrid/disko/default.nix b/hosts/eldrid/disko/default.nix index aa8982a..3df18e9 100644 --- a/hosts/eldrid/disko/default.nix +++ b/hosts/eldrid/disko/default.nix @@ -1,5 +1,5 @@ {inputs, ...}: let - disk = "/dev/nvme0n1"; + disk = "/dev/disk/by-id/nvme-eui.e8238fa6bf530001001b444a44022ad0"; in { imports = with inputs; [ disko.nixosModules.disko