diff options
| author | andromeda <andromeda@lenovo> | 2025-12-30 01:40:54 +0100 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2025-12-30 01:40:54 +0100 |
| commit | cba7b6b8335797137b387e08fa7ac955cb5692b2 (patch) | |
| tree | 56d592b1b1ba3cda072955d44e7b59086e36346c /flake.nix | |
| parent | 0179bbeb5c9dfaf27c232d8d125af467640ddbd5 (diff) | |
change machine specification
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ]; }; }; |
