sourcephile
/
git
/
sourcephile-nix.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
bash: fix stress-mem
[sourcephile-nix.git]
/
hosts
/
carotte
/
hardware.nix
1
{ pkgs, lib, config, hostName, ... }:
2
{
3
imports = [
4
../../nixos/profiles/hardware/cubieboard2.nix
5
../../nixos/profiles/systems/zramSwap.nix
6
../../nixos/profiles/systems/crossCompilation.nix
7
];
8
}