From cba7b6b8335797137b387e08fa7ac955cb5692b2 Mon Sep 17 00:00:00 2001 From: andromeda Date: Tue, 30 Dec 2025 01:40:54 +0100 Subject: change machine specification --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index dad3a4f..f71dc4e 100644 --- a/flake.nix +++ b/flake.nix @@ -33,7 +33,7 @@ stylix, ... }: let - laptop = import ./machines/laptop.nix; + laptop = import ./machines/laptop/machine.nix; in { nixosConfigurations.${laptop.hostname} = nixpkgs.lib.nixosSystem { system = laptop.system; @@ -66,7 +66,7 @@ impermanence.nixosModules.impermanence noshell.nixosModules.default ./configuration.nix - ./hardware-configuration.nix + laptop.hardware-configuration ]; }; }; -- cgit v1.3