refactor: added flake parts
This commit is contained in:
parent
db7ac35613
commit
88041e86bd
66 changed files with 3538 additions and 2163 deletions
20
modules/hosts/nixos/horizon/default.nix
Normal file
20
modules/hosts/nixos/horizon/default.nix
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# leyla laptop
|
||||
{
|
||||
inputs,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
flake.nixosConfigurations.horizon = inputs.nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
config.flake.nixosModules.nixosModules
|
||||
config.flake.nixosModules.horizonConfiguration
|
||||
config.flake.nixosModules.horizonHardwareConfiguration
|
||||
# config.flake.nixosModules.horizonNetworkMount
|
||||
];
|
||||
specialArgs = {
|
||||
inherit inputs;
|
||||
syncthingConfiguration = inputs.self.syncthingConfiguration;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue