From 07b68d71e303ebcdf9da72865eed2b403fa03a22 Mon Sep 17 00:00:00 2001 From: muon Date: Mon, 22 Dec 2025 11:59:26 +0000 Subject: [PATCH] Fix muvo hostname --- hosts/muvo/configuration.nix | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/hosts/muvo/configuration.nix b/hosts/muvo/configuration.nix index 84c0a2f..5c20a37 100644 --- a/hosts/muvo/configuration.nix +++ b/hosts/muvo/configuration.nix @@ -1,14 +1,21 @@ -{ config, lib, pkgs, inputs, system, sources, modulesPath, ... }: -let cfg = config.mods; - +{ + config, + lib, + pkgs, + inputs, + system, + sources, + modulesPath, + ... +}: let + cfg = config.mods; in { # Hardware imports = [ ./hardware-configuration.nix "${ builtins.fetchTarball { - url = - "https://github.com/nix-community/disko/archive/refs/tags/v1.12.0.tar.gz"; + url = "https://github.com/nix-community/disko/archive/refs/tags/v1.12.0.tar.gz"; sha256 = "0wbx518d2x54yn4xh98cgm65wvj0gpy6nia6ra7ns4j63hx14fkq"; } }/module.nix" @@ -17,13 +24,12 @@ in { # + "/nixos/modules/installer/cd-dvd/installation-cd-minimal.nix") ]; - environment.systemPackages = with inputs.nix-alien.packages.${system}; - [ nix-alien ]; + environment.systemPackages = with inputs.nix-alien.packages.${system}; [nix-alien]; # System mods.user.name = "muon"; - networking.hostName = "murk"; - networking.hostId = "a2309090"; + networking.hostName = "muvo"; + networking.hostId = "a2309040"; mods.home.file = ./home.nix; # Modules @@ -40,7 +46,7 @@ in { # Persist environment.persistence."/persist" = { - directories = [ "/etc/NetworkManager" "/var/lib/NetworkManager" ]; + directories = ["/etc/NetworkManager" "/var/lib/NetworkManager"]; }; # Hardware preferences