Compare commits

..

16 Commits

Author SHA1 Message Date
Vegard Bieker Matthey
309f55bdfd flake.lock: bump dibbler and worblehat 2026-03-19 17:20:46 +01:00
Vegard Bieker Matthey
ed5cb0273f use main branch for worblehat after merge 2026-03-19 16:53:30 +01:00
Vegard Bieker Matthey
3b6ed118fe use correct setting for password 2026-03-19 16:53:30 +01:00
Vegard Bieker Matthey
a762cfe599 set some defaults for dibblerSettings 2026-03-19 16:53:30 +01:00
Vegard Bieker Matthey
7decdd3319 only use a-Z and 0-9 for worblehat password 2026-03-19 16:53:30 +01:00
Vegard Bieker Matthey
2c09046ff0 set defaults for worblehat settings 2026-03-19 16:53:30 +01:00
Vegard Bieker Matthey
90064a34b0 actually use dibbler and worblehat settings 2026-03-19 16:53:30 +01:00
Vegard Bieker Matthey
cd2671f530 stub: worblehat settings 2026-03-19 16:53:30 +01:00
Vegard Bieker Matthey
9a52d2bae9 start worblehat correctly 2026-03-19 16:53:30 +01:00
Vegard Bieker Matthey
a8661c4290 use variable for screen session 2026-03-19 16:53:30 +01:00
Vegard Bieker Matthey
da7dc422ca add worblehat daemons 2026-03-19 16:53:30 +01:00
Vegard Bieker Matthey
6fc6954531 add database password for worblehat 2026-03-19 16:53:30 +01:00
Vegard Bieker Matthey
a15dfb95a0 fix type stuff for cli args 2026-03-19 16:53:30 +01:00
Vegard Bieker Matthey
dc75e523e7 fix module in overlays 2026-03-19 16:53:30 +01:00
Vegard Bieker Matthey
5a9a780a34 add drumknotty.nix module 2026-03-19 16:53:30 +01:00
Vegard Bieker Matthey
38e54112a0 drumknotty: init 2026-03-19 16:53:18 +01:00
2 changed files with 11 additions and 11 deletions

20
flake.lock generated
View File

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