config
NixOS config
Log
|
Files
|
Refs
|
README
|
LICENSE
default.nix (63B) -
Raw
1
{ ... }:
2
{
3
imports = [
4
./linuxbase
5
./services
6
];
7
}