sourcephile
/
git
/
sourcephile-nix.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
sanoid: update upstream fix
[sourcephile-nix.git]
/
servers
/
losurdo
/
staging.nix
1
{ pkgs, lib, config, ... }:
2
{
3
imports = [
4
staging/shorewall.nix
5
];
6
nix.maxJobs = 2;
7
}