Add back Lenovo laptop as Redmond
This commit is contained in:
parent
c188a30dc2
commit
95044ea50b
10 changed files with 116 additions and 2 deletions
|
@ -39,6 +39,7 @@
|
|||
firefly = mkNixos [ ./hosts/firefly/system ];
|
||||
shuttleworth = mkNixos [ ./hosts/shuttleworth/system ];
|
||||
lacros = mkNixos [ ./hosts/lacros/system ];
|
||||
redmond = mkNixos [ ./hosts/redmond/system ];
|
||||
|
||||
# Servers
|
||||
cyberspark = mkNixos [ ./hosts/cyberspark/system ];
|
||||
|
@ -50,6 +51,7 @@
|
|||
"jimbo@firefly" = mkHome [ ./hosts/firefly/home ] nixpkgs.legacyPackages.x86_64-linux;
|
||||
"jimbo@shuttleworth" = mkHome [ ./hosts/shuttleworth/home ] nixpkgs.legacyPackages.aarch64-linux;
|
||||
"jimbo@lacros" = mkHome [ ./hosts/lacros/home ] nixpkgs.legacyPackages.x86_64-linux;
|
||||
"jimbo@redmond" = mkHome [ ./hosts/redmond/home ] nixpkgs.legacyPackages.x86_64-linux;
|
||||
|
||||
"jimbo@cyberspark" = mkHome [ ./hosts/cyberspark/home ] nixpkgs.legacyPackages.x86_64-linux;
|
||||
"jimbo@bomberman" = mkHome [ ./hosts/bomberman/home ] nixpkgs.legacyPackages.aarch64-linux;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue