mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 15:04:59 +08:00
So long, hetzner
This commit is contained in:
parent
dbd91fe53c
commit
93eb08a2f4
1 changed files with 0 additions and 21 deletions
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue