From f9da3c9dda209386164de21ace2ac1f06ad29bc4 Mon Sep 17 00:00:00 2001 From: Leonardo Date: Wed, 18 Mar 2026 15:46:41 +0100 Subject: rimosso nixos-anywhere --- flake.nix | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 761312b..7aac1ea 100644 --- a/flake.nix +++ b/flake.nix @@ -22,12 +22,6 @@ url = "git+https://codeberg.org/leoflo/obdautodoctor-nix?ref=refs/tags/v5.1.8"; inputs.nixpkgs.follows = "nixpkgs"; }; - - disko = { - url = "github:nix-community/disko"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - nixos-facter-modules.url = "github:numtide/nixos-facter-modules"; }; outputs = {nixpkgs, home-manager, disko, nixos-facter-modules, ...} @ inputs: @@ -69,11 +63,5 @@ pkgs = pkgs; modules = [ ./homes/server ]; }; - - # NixOS anywhere - nixosConfigurations."nixos-anywhere" = nixpkgs.lib.nixosSystem { - specialArgs = { inherit system; }; - modules = [ ./systems/nixos-anywhere/configuration.nix disko.nixosModules.disko ]; - }; }; } -- cgit v1.3