io is now ephermal

This commit is contained in:
William 2024-02-18 21:26:36 -03:00
parent b1f38f47d8
commit 379831e348
3 changed files with 89 additions and 26 deletions

View file

@ -1,5 +1,5 @@
{ ... }:
{
imports = [ ./hardware-configuration.nix ];
imports = [ ./ephermal.nix ./hardware-configuration.nix ];
}