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>; with import <stockholm/lib>;
{ config, pkgs, ... }: { config, pkgs, ... }:
let let
cfg = config.lass.bindfs; cfg = config.krebs.bindfs;
in { in {
options.lass.bindfs = mkOption { options.krebs.bindfs = mkOption {
type = types.attrsOf (types.submodule ({ config, ... }: { type = types.attrsOf (types.submodule ({ config, ... }: {
options = { options = {
target = mkOption { target = mkOption {

View File

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

View File

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

View File

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