mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
fixed typo
This commit is contained in:
parent
d35814cc6a
commit
a1a4943664
1 changed files with 10 additions and 0 deletions
10
flake.nix
10
flake.nix
|
@ -64,6 +64,16 @@
|
|||
];
|
||||
};
|
||||
|
||||
dionysos = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = {
|
||||
inherit specialArgs;
|
||||
};
|
||||
modules = [
|
||||
|
||||
./hosts/dionysos/configuration.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
isos = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue