feat: initial commit, add flake and host 'backstage'

This commit is contained in:
transcaffeine 2025-03-30 19:43:10 +00:00
commit 4c89c45e3e
Signed by: transcaffeine
GPG key ID: 03624C433676E465
7 changed files with 241 additions and 0 deletions

View file

@ -0,0 +1,9 @@
{ config, lib, pkgs, modulesPath, ...}:
{
imports = [
./hardware-configuration.nix
./configuration.nix
./network.nix
];
}