From f9da3c9dda209386164de21ace2ac1f06ad29bc4 Mon Sep 17 00:00:00 2001 From: Leonardo Date: Wed, 18 Mar 2026 15:46:41 +0100 Subject: rimosso nixos-anywhere --- systems/nixos-anywhere/configuration.nix | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 systems/nixos-anywhere/configuration.nix (limited to 'systems/nixos-anywhere/configuration.nix') diff --git a/systems/nixos-anywhere/configuration.nix b/systems/nixos-anywhere/configuration.nix deleted file mode 100644 index 46aedb8..0000000 --- a/systems/nixos-anywhere/configuration.nix +++ /dev/null @@ -1,22 +0,0 @@ -{modulesPath, pkgs, ...} @ args: -{ - imports = [ - (modulesPath + "/installer/scan/not-detected.nix") - (modulesPath + "/profiles/qemu-guest.nix") - ./disk-config.nix - ]; - - boot.loader.grub = { - efiSupport = true; - efiInstallAsRemovable = true; - }; - - services.openssh.enable = true; - users.users.root.openssh.authorizedKeys.keys = [ - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMjRcsulH/b/fVyj+YQi3YchW6wLiWvpgiM+iz4tokSD leo@hermes" - ] ++ (args.extraPublicKeys or []); - - environment.systemPackages = with pkgs; [ curl gitMinimal ]; - - system.stateVersion = "25.05"; -} -- cgit v1.3