mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2026-03-18 05:37:34 +01:00
stub: wasted init
This commit is contained in:
15
modules/wasted.nix
Normal file
15
modules/wasted.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
unstablePkgs,
|
||||
values,
|
||||
...
|
||||
}:
|
||||
let
|
||||
dibbler = config.services.dibbler;
|
||||
worblehat = config.services.worblehat;
|
||||
machine = config.networking.hostName;
|
||||
in
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user