nas cosmic

This commit is contained in:
mjallen18
2025-03-23 13:25:59 -05:00
parent 7ea8423f15
commit 6cfcd600d5
4 changed files with 10 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
{ pkgs, config, ... }:
let
enableDisplayManager = true;
enableDisplayManager = false;
in
{
imports = [ ./nix-serve.nix ];