first commit
This commit is contained in:
commit
00add66a97
8 changed files with 391 additions and 0 deletions
6
hosts/absolution/default.nix
Normal file
6
hosts/absolution/default.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ config, pkgs, ... }:{
|
||||
imports = [
|
||||
./absolution.nix
|
||||
../generic.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue