diff options
| author | Leonardo <noreply@leoflo.me> | 2026-03-18 15:46:41 +0100 |
|---|---|---|
| committer | Leonardo <noreply@leoflo.me> | 2026-03-18 15:46:41 +0100 |
| commit | f9da3c9dda209386164de21ace2ac1f06ad29bc4 (patch) | |
| tree | 66154fac9272cb8550354217451564854d329294 /flake.nix | |
| parent | 088e14b7dd051d1a526282a07adf22d96b830eca (diff) | |
| download | nixos-f9da3c9dda209386164de21ace2ac1f06ad29bc4.tar.gz nixos-f9da3c9dda209386164de21ace2ac1f06ad29bc4.zip | |
rimosso nixos-anywhere
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -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 ]; - }; }; } |
