hosts/eldrid: update id's
Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user