Get a lot closer to the server working

This commit is contained in:
Jimbo 2025-01-01 14:32:15 -05:00
parent a48cb3515b
commit a7181f6a85
7 changed files with 10 additions and 7 deletions

View file

@ -1,4 +1,4 @@
{ ... }:
{ lib, ... }:
{
imports = [
./boot
@ -13,6 +13,8 @@
hostId = "38ba3f57";
};
environment.persistence."/persist".enable = lib.mkForce false;
system = {
desktop.enable = false;
server.enable = true;