sourcephile
/
git
/
julm
/
julm-nix.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
nix: update
[julm/julm-nix.git]
/
nixos
/
default.nix
1
{ lib, ... }:
2
with lib;
3
{
4
imports = [
5
./options.nix
6
./modules.nix
7
./profiles/networking.nix
8
./profiles/security.nix
9
./profiles/system.nix
10
];
11
}