diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -99,6 +99,11 @@ hostname = "ganymede"; username = "collin"; }; + nixosConfigurations."gliese" = mkNixosSystem { + inherit inputs; + hostname = "gliese"; + username = "green"; + }; packages."x86_64-linux".docs = buildPkgs.callPackage genDocs { inherit inputs; |
