feat(nix): add new server
This commit is contained in:
parent
a40192bb99
commit
011bda8d02
4 changed files with 120 additions and 0 deletions
18
nix/hosts/chaewon/home.nix
Normal file
18
nix/hosts/chaewon/home.nix
Normal file
|
@ -0,0 +1,18 @@
|
|||
{ inputs, configDir, config, pkgs, lib, ... }: {
|
||||
home.stateVersion = "23.11";
|
||||
|
||||
home.packages = let
|
||||
packages = with pkgs; [
|
||||
fish
|
||||
lsof
|
||||
rsync
|
||||
git
|
||||
curl
|
||||
wget
|
||||
|
||||
tailscale
|
||||
|
||||
nginx
|
||||
];
|
||||
in packages;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue