feat: New host

This commit is contained in:
2024-09-06 10:51:11 +03:00
parent 3534a7d1ce
commit 7d60a9c4f2
4 changed files with 93 additions and 1 deletions

View File

@ -35,6 +35,19 @@
];
};
Senko = nixpkgs.lib.nixosSystem {
specialArgs = {
pkgs-stable = import nixpkgs-stable {
inherit system;
config.allowUnfree = true;
};
inherit inputs system;
};
modules = [
./nixos/hosts/Senko/configuration.nix
];
};
popka = nixpkgs.lib.nixosSystem {
specialArgs = {
pkgs-stable = import nixpkgs-stable {