So long, hetzner

This commit is contained in:
Sridhar Ratnakumar 2025-09-21 21:15:12 -04:00
parent dbd91fe53c
commit 93eb08a2f4

View file

@ -1,21 +0,0 @@
{ flake, ... }:
let
inherit (flake) inputs;
inherit (inputs) self;
in
{
imports = [
self.homeModules.default
self.homeModules.linux-only
(self + /modules/home/all/vira.nix)
];
home.username = "srid";
services.gotty = {
enable = true;
port = 9000;
command = "tmux new-session -A -s gotty";
write = true;
};
}