diff options
| -rw-r--r-- | machines/betsy/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/machines/betsy/default.nix b/machines/betsy/default.nix index 9a54214..1c2d6d7 100644 --- a/machines/betsy/default.nix +++ b/machines/betsy/default.nix @@ -143,6 +143,8 @@ enableSSHSupport = true; }; + programs.partition-manager.enable = true; + # List services that you want to enable: # Enable the OpenSSH daemon. |
