diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-04-04 22:57:40 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-04-04 22:57:40 +0200 |
| commit | c734b8c107684d98454bd8e237cfa11c00c8b392 (patch) | |
| tree | 40d7aed8bd92e4538a148d86d7a4db4416094989 /hosts/mystra/configuration.nix | |
| parent | ed4a6c38185fea741a77e77a4d21f90fb4865e17 (diff) | |
Add mystra host configuration for ThinkPad X220
- Added minimal mystra host config with placeholder hardware-configuration.nix
- Updated flake.nix to include mystra in nixosConfigurations
- Hardware config includes setup instructions for actual X220
Diffstat (limited to 'hosts/mystra/configuration.nix')
| -rw-r--r-- | hosts/mystra/configuration.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/hosts/mystra/configuration.nix b/hosts/mystra/configuration.nix new file mode 100644 index 0000000..a67cdf3 --- /dev/null +++ b/hosts/mystra/configuration.nix @@ -0,0 +1,7 @@ +{...}: { + imports = [ + ./hardware-configuration.nix + ../../home/rices/nord-blue/system.nix + ]; + networking.hostName = "mystra"; +} |
