bindfs: l -> krebs
This commit is contained in:
parent
ea0b43654e
commit
cefb50f5f1
@ -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 {
|
@ -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
|
||||||
|
@ -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 = [
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
_:
|
_:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./bindfs.nix
|
|
||||||
./dnsmasq.nix
|
./dnsmasq.nix
|
||||||
./folderPerms.nix
|
./folderPerms.nix
|
||||||
./hosts.nix
|
./hosts.nix
|
||||||
|
Loading…
Reference in New Issue
Block a user