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