chore: remove some unused stuff

This commit is contained in:
uku 2025-01-09 15:33:44 +01:00
parent 55f22b08f1
commit 3426a33c0b
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
2 changed files with 3 additions and 20 deletions

View file

@ -15,14 +15,6 @@ in
secrets.generate
];
_module.args.nixinate = {
host = config.networking.hostName;
sshUser = "leo";
buildOn = "remote";
substituteOnTarget = true;
hermetic = false; # hermetic fucks up for cross-system deployments
};
environment.systemPackages = with pkgs; [
ghostty.terminfo
];