Skip to content

Commit

Permalink
feat: make a disks directory
Browse files Browse the repository at this point in the history
  • Loading branch information
IogaMaster committed Nov 21, 2023
1 parent 2e7a4ea commit a638069
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
File renamed without changes.
5 changes: 2 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@

disko.url = "github:nix-community/disko";
disko.inputs.nixpkgs.follows = "nixpkgs";

deploy-rs.url = "github:serokell/deploy-rs";
deploy-rs.inputs.nixpkgs.follows = "nixpkgs";

Expand Down Expand Up @@ -81,11 +80,11 @@
];

systems.hosts.equinox.modules = with inputs; [
(import ./disk-config.nix {inherit lib;})
(import ./disks/default.nix {inherit lib;})
];

systems.hosts.orion.modules = with inputs; [
(import ./disk-config.nix {inherit lib;})
(import ./disks/default.nix {inherit lib;})
];

deploy = lib.mkDeploy {inherit (inputs) self;};
Expand Down

0 comments on commit a638069

Please sign in to comment.