From 540cac613c9aaf2a13aa8da05d301b261270bcea Mon Sep 17 00:00:00 2001 From: ediblerope Date: Tue, 20 Jan 2026 12:36:44 +0000 Subject: [PATCH] Update users.nix --- settings/users.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/users.nix b/settings/users.nix index 43cfc7e..9d65908 100644 --- a/settings/users.nix +++ b/settings/users.nix @@ -2,7 +2,7 @@ { config, pkgs, lib, ... }: { - config = lib.mkIf (lib.elem config.networking.hostName [ "FredOS-Gaming" "FredOS-Macbook" ]) { + config = lib.mkIf (lib.elem config.networking.hostName [ "FredOS-Gaming" "FredOS-Macbook" "FredOS-Mediaserver" ]) { # Define a user account. Don't forget to set a password with 'passwd'. users.users.fred = { isNormalUser = true;