Compare commits

..

28 Commits

Author SHA1 Message Date
Vegard Bieker Matthey
be221d5c8d use correct setting for password 2026-03-18 18:39:17 +01:00
Vegard Bieker Matthey
fcd9d52cd9 fix negative number for credit limit 2026-03-18 16:55:41 +01:00
Vegard Bieker Matthey
b5dc63d54c set some defaults for dibblerSettings 2026-03-18 16:36:35 +01:00
Vegard Bieker Matthey
c0c08ba23b only use a-Z and 0-9 for worblehat password 2026-03-18 15:57:17 +01:00
Vegard Bieker Matthey
34b6bf9969 change name of database for worblehat 2026-03-18 14:43:44 +01:00
Vegard Bieker Matthey
723cce2feb fix typo 2026-03-18 14:14:12 +01:00
Vegard Bieker Matthey
dfee866de6 set defaults for worblehat settings 2026-03-18 14:01:44 +01:00
Vegard Bieker Matthey
c1525f2ae5 actually use dibbler and worblehat settings 2026-03-18 13:49:55 +01:00
Vegard Bieker Matthey
3c1e9e6229 stub: worblehat settings 2026-03-18 13:39:47 +01:00
Vegard Bieker Matthey
4e5e649361 start worblehat correctly 2026-03-18 13:14:54 +01:00
Vegard Bieker Matthey
e2575f9b71 use variable for screen session 2026-03-18 12:56:01 +01:00
Vegard Bieker Matthey
af838e1ac4 Revert "maybe fix starting worblehat"
This reverts commit 5ee5544749.
2026-03-18 12:44:09 +01:00
Vegard Bieker Matthey
5ee5544749 maybe fix starting worblehat 2026-03-18 12:37:45 +01:00
Vegard Bieker Matthey
0ecf6b0449 test stable worblehat 2026-03-18 12:19:32 +01:00
Vegard Bieker Matthey
ef1fba7009 use unstable python packages 2026-03-18 11:55:06 +01:00
Vegard Bieker Matthey
9e3bc0e9fe test overriding python packages 2026-03-18 11:37:55 +01:00
Vegard Bieker Matthey
28a4824964 try making overlay for python deps 2026-03-17 21:43:24 +01:00
Vegard Bieker Matthey
26970ad53f fix daemon things for worblehat 2026-03-17 17:09:50 +01:00
Vegard Bieker Matthey
94c51d86c2 fix syntax error 2026-03-17 16:53:11 +01:00
Vegard Bieker Matthey
287e7b5e03 add worblehat daemons 2026-03-17 16:51:59 +01:00
Vegard Bieker Matthey
36d9aa426d add database password for worblehat 2026-03-17 16:30:38 +01:00
Vegard Bieker Matthey
2c85161654 fix type stuff for cli args 2026-03-17 15:55:21 +01:00
Vegard Bieker Matthey
98e3e316c4 fix module in overlays 2026-03-17 14:49:40 +01:00
Vegard Bieker Matthey
d5f3934888 add drumknotty.nix module 2026-03-17 14:41:53 +01:00
Vegard Bieker Matthey
53ac8f9a3d actually use drumknotty 2026-03-17 14:38:53 +01:00
Vegard Bieker Matthey
61bd833806 fix typo 2026-03-17 14:26:21 +01:00
Vegard Bieker Matthey
87d394e4c1 drumknotty WIP 2026-03-17 14:22:48 +01:00
Vegard Bieker Matthey
62765d28f1 stub: wasted init 2026-03-07 20:35:06 +01:00
2 changed files with 11 additions and 11 deletions

20
flake.lock generated
View File

@@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1771267058, "lastModified": 1770133120,
"narHash": "sha256-EEL4SmD1b3BPJPsSJJ4wDTXWMumJqbR+BLzhJJG0skE=", "narHash": "sha256-RuAWONXb+U3omSsuIPCrPcgj0XYqv+2djG0cnPGEyKg=",
"ref": "main", "ref": "main",
"rev": "e3962d02c78b9c7b4d18148d931a9a4bf22e7902", "rev": "3123b8b474319bc75ee780e0357dcdea69dc85e6",
"revCount": 254, "revCount": 244,
"type": "git", "type": "git",
"url": "https://git.pvv.ntnu.no/Projects/dibbler.git" "url": "https://git.pvv.ntnu.no/Projects/dibbler.git"
}, },
@@ -492,16 +492,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1773932847, "lastModified": 1773832647,
"narHash": "sha256-IklIAdlonrmO8/lkDxNIVz9+ORL4pcVotMTxeyvxzoc=", "narHash": "sha256-VZVQDwqDmMGJcJ8WnD6Ug+DTV0b6S2DKHkdj3QvFO+w=",
"ref": "main", "ref": "stable_deps",
"rev": "0871a319f51d3cb0d1abb5b11edb768b39906d3f", "rev": "9bdaaf6c5180309b7810bb72f9e717a7c3b2a504",
"revCount": 104, "revCount": 102,
"type": "git", "type": "git",
"url": "https://git.pvv.ntnu.no/Projects/worblehat.git" "url": "https://git.pvv.ntnu.no/Projects/worblehat.git"
}, },
"original": { "original": {
"ref": "main", "ref": "stable_deps",
"type": "git", "type": "git",
"url": "https://git.pvv.ntnu.no/Projects/worblehat.git" "url": "https://git.pvv.ntnu.no/Projects/worblehat.git"
} }

View File

@@ -23,7 +23,7 @@
dibbler.url = "git+https://git.pvv.ntnu.no/Projects/dibbler.git?ref=main"; dibbler.url = "git+https://git.pvv.ntnu.no/Projects/dibbler.git?ref=main";
dibbler.inputs.nixpkgs.follows = "nixpkgs"; dibbler.inputs.nixpkgs.follows = "nixpkgs";
worblehat.url = "git+https://git.pvv.ntnu.no/Projects/worblehat.git?ref=main"; worblehat.url = "git+https://git.pvv.ntnu.no/Projects/worblehat.git?ref=stable_deps";
worblehat.inputs.nixpkgs.follows = "nixpkgs"; worblehat.inputs.nixpkgs.follows = "nixpkgs";
matrix-next.url = "github:dali99/nixos-matrix-modules/v0.8.0"; matrix-next.url = "github:dali99/nixos-matrix-modules/v0.8.0";