Add back some old config

This commit is contained in:
Bart van der Braak 2025-01-21 01:10:30 +01:00
parent 79de3e1fc2
commit f87cbd8ad9
7 changed files with 219 additions and 4 deletions

View file

@ -9,6 +9,17 @@
outputs = { nixpkgs, ... } @ inputs:
{
nixosConfigurations = {
default = nixpkgs.lib.nixosSystem {
specialArgs = { inherit inputs; };
modules = [
./hardware/tongfang.nix
./configuration.nix
./users.nix
./packages.nix
./services.nix
];
};
tongfang = nixpkgs.lib.nixosSystem {
specialArgs = { inherit inputs; };
modules = [