set up spacebar-server

This commit is contained in:
mtgmonkey 2025-06-09 09:24:32 +00:00
parent 6c6007e6d2
commit 77ed9487a2
5 changed files with 147 additions and 12 deletions

View file

@ -1,6 +1,8 @@
{pkgs, ...}: let
ssh-pub-keys = import ./ssh-pub-keys.nix;
in {
{
pkgs,
ssh-pub-keys,
...
}: {
imports = [
./hardware-configuration.nix
];