fixed up things

This commit is contained in:
maya 2026-02-21 18:48:43 +08:00
parent 8358dd883e
commit aaf473a012
Signed by: maya
SSH key fingerprint: SHA256:Im2Y1O7zWsr6fcIXLTGk3tHCels6Ptm2pE3svwm5m/0
4 changed files with 102 additions and 0 deletions

6
hosts/fenix/default.nix Normal file
View file

@ -0,0 +1,6 @@
{ config, pkgs, ... }:{
imports = [
./configuration.nix
../generic.nix
];
}