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