fix: re-add missing cobalt host definition
This commit is contained in:
parent
d296101aaa
commit
ca7511dc82
2 changed files with 46 additions and 0 deletions
|
|
@ -99,6 +99,10 @@
|
|||
stylix.nixosModules.stylix
|
||||
];
|
||||
};
|
||||
cobalt = mkSystem {
|
||||
hostname = "cobalt";
|
||||
users = [ "jml" ];
|
||||
};
|
||||
# `nix build .#nixosConfigurations.installIso.config.system.build.isoImage`
|
||||
# https://github.com/nix-community/nixos-generators
|
||||
installIso = nixpkgs.lib.nixosSystem {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue