igor: Prepare configuration of igor

This commit is contained in:
Alexander Kobjolke 2024-01-26 21:18:05 +01:00
parent ef1f55cd8d
commit 9874ebc3e4
2 changed files with 69 additions and 0 deletions

View file

@ -75,6 +75,12 @@
};
homeConfigurations = import ./outputs/homeConfigurations inputs;
nixosConfigurations."igor" = nixpkgs-unstable.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = { inherit inputs; };
modules = [ ./hosts/igor ];
};
nixOnDroidConfigurations.default = with inputs;
nix-on-droid.lib.nixOnDroidConfiguration {
modules = [