hosts/eldrid: update id's

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-05-11 17:51:24 +03:00
parent 1dc168ce63
commit 0c28f1e978
2 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@
networking = { networking = {
networkmanager.enable = true; networkmanager.enable = true;
# hostId = ""; hostId = "14f63637";
hostName = "eldrid"; hostName = "eldrid";
}; };
@ -18,7 +18,7 @@
system.stateVersion = "25.11"; system.stateVersion = "25.11";
time.timeZone = "Europe/Kyiv"; time.timeZone = "Europe/Kyiv";
desktop.plasma.enable = true; desktop.niri.enable = true;
module = { module = {
config = { config = {
@ -30,7 +30,7 @@
}; };
stylix = { stylix = {
enable = true; enable = true;
theme = "helios"; theme = "rose-pine-moon";
}; };
}; };

View File

@ -1,5 +1,5 @@
{inputs, ...}: let {inputs, ...}: let
disk = "/dev/nvme0n1"; disk = "/dev/disk/by-id/nvme-eui.e8238fa6bf530001001b444a44022ad0";
in { in {
imports = with inputs; [ imports = with inputs; [
disko.nixosModules.disko disko.nixosModules.disko