mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 14:50:40 +02:00
refactor: rename potksed to kroma
This commit is contained in:
parent
4b5507f374
commit
3749c8ef56
9 changed files with 3 additions and 7 deletions
|
@ -16,7 +16,7 @@ This is my personal nix config. It's still in the making, but this is what I got
|
|||
| | Name | Type | Purpose
|
||||
---|---|---|---
|
||||
💻 | nom | Gigabyte AERO 15-W8 (i7-8750H) | My laptop and my main portable development machine <sub>Framework when?</sub>
|
||||
🖥️ | potksed | PC (AMD Ryzen 9 5900X) | Main workstation and development machine
|
||||
🖥️ | kroma | PC (AMD Ryzen 9 5900X) | Main workstation and development machine
|
||||
🖥️ | ward | ODROID H3 | Energy efficient SBC for my home firewall and some lightweight services using microvms.
|
||||
🥔 | zackbiene | ODROID N2+ | ARM SBC for home automation, isolating the sketchy stuff from my main network
|
||||
☁️ | envoy | Hetzner Cloud server | Mailserver
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#[kroma]
|
||||
#type = "nixos"
|
||||
#system = "x86_64-linux"
|
||||
|
||||
[potksed]
|
||||
[kroma]
|
||||
type = "nixos"
|
||||
system = "x86_64-linux"
|
||||
|
||||
|
|
|
@ -130,7 +130,7 @@ in {
|
|||
# distinguish by node name here, but at least this way it can stay in the
|
||||
# sway related config file.
|
||||
// {
|
||||
potksed = let
|
||||
kroma = let
|
||||
monitorMain = "LG Electronics 27GN950 111NTGYLB719";
|
||||
monitorLeft = "LG Electronics LG Ultra HD 0x00077939";
|
||||
in {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue