freun.dev add snips

This commit is contained in:
Joakim Repomaa
2025-02-06 11:40:51 +02:00
committed by Joakim Repomaa
parent f1d5a4b2f2
commit 983e313e11
6 changed files with 84 additions and 29 deletions

View File

@@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
{ config, lib, pkgs, bin, ... }:
{
nixpkgs.config.allowUnfree = true;
imports = [ ../gnome ../custom-programs ./neovim ];
@@ -236,6 +236,7 @@
hostname = "apu.tempel-vibes.ts.net";
user = "root";
};
"bin.freun.dev".port = bin.sshPort;
};
};
spotify-player = {