Working refactored (on a test server)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
# Config common to all hosts, which don't belong anywhere else
|
||||
{
|
||||
config = {
|
||||
home-manager.users.root = import ../home-manager/root.nix { inherit config lib pkgs; };
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user