clean
This commit is contained in:
parent
8a3d3c882d
commit
35a471825c
1 changed files with 2 additions and 11 deletions
13
flake.nix
13
flake.nix
|
|
@ -95,17 +95,8 @@
|
||||||
lib = import ./lib { inherit (nixpkgs) lib; };
|
lib = import ./lib { inherit (nixpkgs) lib; };
|
||||||
formatter = forAllSystems (system: (makePkgs system).nixfmt-tree);
|
formatter = forAllSystems (system: (makePkgs system).nixfmt-tree);
|
||||||
|
|
||||||
# Export your module system for use in other flakes
|
nixosModules.default = ./modules/nixos;
|
||||||
nixosModules = {
|
homeManagerModules.default = ./modules/home-manager;
|
||||||
default = ./modules/nixos;
|
|
||||||
osbm = ./modules/nixos; # Alias with your name
|
|
||||||
};
|
|
||||||
|
|
||||||
# If you also want to export home-manager modules
|
|
||||||
homeManagerModules = {
|
|
||||||
default = ./modules/home-manager;
|
|
||||||
osbm = ./modules/home-manager;
|
|
||||||
};
|
|
||||||
# deploy.nodes.harmonica = {
|
# deploy.nodes.harmonica = {
|
||||||
# hostname = "192.168.0.11";
|
# hostname = "192.168.0.11";
|
||||||
# profiles.system = {
|
# profiles.system = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue