toggle tests, homelab.<> -> modules.homelab.<>
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
{
|
||||
|
||||
options = {
|
||||
homelab.zfs.enable = lib.mkEnableOption "enables zfs";
|
||||
modules.homelab.zfs.enable = lib.mkEnableOption "enables zfs";
|
||||
};
|
||||
|
||||
config = lib.mkIf config.homelab.zfs.enable {
|
||||
config = lib.mkIf config.modules.homelab.zfs.enable {
|
||||
# set network host id
|
||||
networking.hostId = "3e6e7055";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user