Refactor options.nix as separate file
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
{ config, lib, pkgs, modulesPath, ... }:
|
||||
|
||||
{
|
||||
options.lumpiasty.sshd = lib.mkEnableOption "Enable intel CPU";
|
||||
|
||||
config = lib.mkIf config.lumpiasty.sshd {
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user