part 1 - selfhost: windows -> nix

This commit is contained in:
2025-08-20 18:10:58 +03:00
parent 9c6964031f
commit 474776c9f1
7 changed files with 37 additions and 27 deletions

View File

@@ -62,6 +62,17 @@
./hosts/default/configuration.nix
];
};
nixosConfigurations.server = nixpkgs.lib.nixosSystem {
specialArgs = {
inherit inputs;
};
modules = [
# lil hack to not use --impure when rebuilding nixos >:3
"/etc/nixos/hardware-configuration.nix"
./hosts/server/configuration.nix
];
};
nixosConfigurations.fix_nixpkgs = nixpkgs.lib.nixosSystem {
specialArgs = {
inherit inputs;