treewide: machine -> nodes.machine
This commit is contained in:
@@ -5,7 +5,7 @@ import ./make-test-python.nix ({ pkgs, ... }:
|
||||
meta = with pkgs.lib.maintainers; {
|
||||
maintainers = [ bbigras ];
|
||||
};
|
||||
machine = { pkgs, ... }: {
|
||||
nodes.machine = { pkgs, ... }: {
|
||||
services.sssd.enable = true;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user