kardorf: Add nix-ld
This commit is contained in:
parent
341d1cbb4b
commit
4f0fe50d0a
@ -6,9 +6,7 @@
|
|||||||
|
|
||||||
let python-packages = ps: with ps; [ ];
|
let python-packages = ps: with ps; [ ];
|
||||||
in rec {
|
in rec {
|
||||||
imports = [
|
imports = [ ./hardware-configuration.nix ];
|
||||||
./hardware-configuration.nix
|
|
||||||
];
|
|
||||||
|
|
||||||
nix.buildMachines = [{
|
nix.buildMachines = [{
|
||||||
hostName = "192.168.3.118";
|
hostName = "192.168.3.118";
|
||||||
@ -178,6 +176,7 @@ in rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
|
programs.nix-ld.enable = true;
|
||||||
|
|
||||||
users.groups.julian = { gid = 1000; };
|
users.groups.julian = { gid = 1000; };
|
||||||
# users.groups.wolfi = { gid = 1001; };
|
# users.groups.wolfi = { gid = 1001; };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user