fixed up things
This commit is contained in:
parent
8358dd883e
commit
aaf473a012
4 changed files with 102 additions and 0 deletions
6
hosts/fenix/default.nix
Normal file
6
hosts/fenix/default.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ config, pkgs, ... }:{
|
||||
imports = [
|
||||
./configuration.nix
|
||||
../generic.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue