coder13 / nix-config

Central repository for all my hosts' nixos configs
0 stars 0 forks source link

Split into multiple hosts #2

Open coder13 opened 3 years ago

coder13 commented 3 years ago

Starting with hosts for

coder13 commented 3 years ago

Inspiration: https://jdisaacs.com/blog/nixos-config/

Note:

homeManagerConfigurations = {
      jd = user.mkHMUser {
        # ...
      };
    };

    nixosConfigurations = {
      laptop = host.mkHost {
        # ...
      };
    };