diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-06-18 23:45:48 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-06-18 23:45:48 +0200 |
| commit | 69ffed3413ec543408c8ea388b22f98a3d7ce1d6 (patch) | |
| tree | 9d28bfbadbe446fd1d21ac2a285ef871a8d51800 | |
| parent | 128324a4dbcf8e9faa1b21ff8c99bb020cf0a68a (diff) | |
Added mystra's hardware config to her configOpSec-improvements
| -rw-r--r-- | modules/hosts/mystra/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/hosts/mystra/configuration.nix b/modules/hosts/mystra/configuration.nix index eed0718..0185c19 100644 --- a/modules/hosts/mystra/configuration.nix +++ b/modules/hosts/mystra/configuration.nix @@ -9,7 +9,7 @@ ... }: { imports = [ - ./hardware-configuration.nix + self.nixosModules.mystraHardware self.nixosModules.system self.nixosModules.niri ]; |
