diff options
Diffstat (limited to '')
| -rw-r--r-- | flake.nix | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -29,6 +29,10 @@ hostname = "carmel"; system = "x86_64-linux"; }; + aptos = lib.mkSystem { + hostname = "aptos"; + system = "x86_64-linux"; + }; }; homeConfigurations = { @@ -38,6 +42,12 @@ hostname = "carmel"; desktop = true; }; + "fcuny@aptos" = lib.mkHome { + username = "fcuny"; + system = "x86_64-linux"; + hostname = "aptos"; + desktop = true; + }; }; } // inputs.utils.lib.eachDefaultSystem (system: let |
