diff options
| author | andromeda <andromeda@lenovo> | 2025-12-30 11:33:37 +0100 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2025-12-30 11:34:27 +0100 |
| commit | 424e2015ae671ad7c4409d201cad7b99abc34aa0 (patch) | |
| tree | 8aab801a3e0e71bc32f85b19dffdbb9719274085 /flake.nix | |
| parent | 8daeb01ea96148d422750805592793d8bcbfae11 (diff) | |
| parent | 9a089ea5090c72e363446b1576724edfbdb42c81 (diff) | |
bug fixes
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 ]; }; }; |
