parent
a8013b1818
commit
28bea3abc3
2 changed files with 8 additions and 0 deletions
machines/cherry
|
@ -23,6 +23,7 @@
|
||||||
./ssh-cherry.nix
|
./ssh-cherry.nix
|
||||||
|
|
||||||
./ferdium.nix
|
./ferdium.nix
|
||||||
|
./nix-ld.nix
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
7
machines/cherry/nix-ld.nix
Normal file
7
machines/cherry/nix-ld.nix
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
programs.nix-ld.enable = true;
|
||||||
|
environment.systemPackages = [
|
||||||
|
pkgs.nix-ld
|
||||||
|
];
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue