add os config for hs

This commit is contained in:
ant 2025-06-10 22:41:18 +02:00
parent ccd3e64936
commit dafda65208
5 changed files with 323 additions and 1 deletions

View file

@ -99,5 +99,10 @@
./os/moon.nix
];
};
};
nixosConfigurations.hs = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [ ./os/hs/configuration.nix ];
};
};
}