bindfs: l -> krebs
This commit is contained in:
parent
ea0b43654e
commit
cefb50f5f1
@ -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 {
|
@ -11,6 +11,7 @@ let
|
||||
./apt-cacher-ng.nix
|
||||
./backup.nix
|
||||
./bepasty-server.nix
|
||||
./bindfs.nix
|
||||
./brockman.nix
|
||||
./buildbot/master.nix
|
||||
./buildbot/slave.nix
|
||||
|
@ -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 = [
|
||||
|
@ -1,7 +1,6 @@
|
||||
_:
|
||||
{
|
||||
imports = [
|
||||
./bindfs.nix
|
||||
./dnsmasq.nix
|
||||
./folderPerms.nix
|
||||
./hosts.nix
|
||||
|
Loading…
Reference in New Issue
Block a user