feat: removed fallaryn and denise

This commit is contained in:
Nick 2024-11-03 17:47:18 -06:00
parent d6f58595eb
commit 489b64c9c7
15 changed files with 0 additions and 347 deletions

View file

@ -1,7 +1,6 @@
{lib, ...}: let
deviceNames = [
"desktop"
"fallaryn"
"laptop"
"nas"
"phone"
@ -36,8 +35,6 @@
userNames = [
"user0"
"user1"
"user2"
"user3"
];
stringType = lib.mkOption {
type = lib.types.str;