mirror of
https://github.com/FabricSoul/nixos-configs.git
synced 2025-08-03 16:50:24 -04:00
fix: update config for tatara
This commit is contained in:
parent
2a177bcb01
commit
44dd3939b4
1 changed files with 6 additions and 0 deletions
|
@ -41,6 +41,12 @@
|
|||
pkgsUnstable = nixpkgs-unstable.legacyPackages."x86_64-linux";
|
||||
in {
|
||||
nixosConfigurations = {
|
||||
tatara = lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
./hosts/tatara/default.nix
|
||||
];
|
||||
};
|
||||
zion = lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue