bindfs: l -> krebs

This commit is contained in:
lassulus 2021-01-24 11:26:39 +01:00
parent ea0b43654e
commit cefb50f5f1
4 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
with import <stockholm/lib>;
{ config, pkgs, ... }:
let
cfg = config.lass.bindfs;
cfg = config.krebs.bindfs;
in {
options.lass.bindfs = mkOption {
options.krebs.bindfs = mkOption {
type = types.attrsOf (types.submodule ({ config, ... }: {
options = {
target = mkOption {

View File

@ -11,6 +11,7 @@ let
./apt-cacher-ng.nix
./backup.nix
./bepasty-server.nix
./bindfs.nix
./brockman.nix
./buildbot/master.nix
./buildbot/slave.nix

View File

@ -26,7 +26,7 @@ with import <stockholm/lib>;
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICMe23IAHn4Ow4J4i8M9GJshqvY80U11NKPLum6b1XLn" # weechat ssh tunnel
];
lass.bindfs = {
krebs.bindfs = {
"/home/lass/.weechat" = {
source = "/var/state/lass_weechat";
options = [

View File

@ -1,7 +1,6 @@
_:
{
imports = [
./bindfs.nix
./dnsmasq.nix
./folderPerms.nix
./hosts.nix