Add configuration for amon

This commit is contained in:
Kevin Kandlbinder 2023-04-24 12:28:23 +02:00
parent ff459f51a4
commit 413b12b4e1
Signed by: kevin
GPG key ID: 1460B586646E180D
6 changed files with 113 additions and 16 deletions

View file

@ -51,5 +51,11 @@ in
./kevin-pc/configuration.nix
];
};
amon = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = defaultModules ++ [
./amon/configuration.nix
];
};
};
}