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 /systems/nixos-anywhere/configuration.nix | |
| parent | 088e14b7dd051d1a526282a07adf22d96b830eca (diff) | |
| download | nixos-f9da3c9dda209386164de21ace2ac1f06ad29bc4.tar.gz nixos-f9da3c9dda209386164de21ace2ac1f06ad29bc4.zip | |
rimosso nixos-anywhere
Diffstat (limited to 'systems/nixos-anywhere/configuration.nix')
| -rw-r--r-- | systems/nixos-anywhere/configuration.nix | 22 |
1 files changed, 0 insertions, 22 deletions
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"; -} |
