push
This commit is contained in:
@@ -37,6 +37,7 @@
|
|||||||
"hytale" = mkFolder "/home/bug/.local/share/Hytale/UserData/Saves";
|
"hytale" = mkFolder "/home/bug/.local/share/Hytale/UserData/Saves";
|
||||||
"ssh" = mkFolder "/home/bug/.ssh";
|
"ssh" = mkFolder "/home/bug/.ssh";
|
||||||
"cloudflared" = mkFolder "/home/bug/.cloudflared";
|
"cloudflared" = mkFolder "/home/bug/.cloudflared";
|
||||||
|
"copyparty" = mkFolder "/home/bug/copyparty";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
accounts = {
|
accounts = {
|
||||||
bug = {
|
bug = {
|
||||||
passwordFile = "/home/bug/mailserver/bug.passwd";
|
passwordFile = "/home/bug/copyparty/bug.passwd";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -32,11 +32,11 @@
|
|||||||
|
|
||||||
volumes = {
|
volumes = {
|
||||||
"/" = {
|
"/" = {
|
||||||
path = "/home/copyparty";
|
path = "/home/bug/copyparty/public/";
|
||||||
|
|
||||||
access = {
|
access = {
|
||||||
r = "*";
|
r = "*";
|
||||||
rw = [ "bug" ];
|
rwda = [ "bug" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
flags = {
|
flags = {
|
||||||
@@ -45,12 +45,33 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"/nix" = {
|
||||||
|
path = "/home/bug/nix/";
|
||||||
|
|
||||||
|
access = {
|
||||||
|
r = "*";
|
||||||
|
};
|
||||||
|
|
||||||
|
flags = {
|
||||||
|
fk = 4;
|
||||||
|
scan = 60;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
"/box" = {
|
||||||
|
path = "/";
|
||||||
|
|
||||||
|
access = {
|
||||||
|
rwda = [ "bug" ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
"/Music" = {
|
"/Music" = {
|
||||||
path = "/home/bug/Music/";
|
path = "/home/bug/Music/";
|
||||||
|
|
||||||
access = {
|
access = {
|
||||||
r = "*";
|
r = "*";
|
||||||
rw = [ "bug" ];
|
rwda = [ "bug" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
flags = {
|
flags = {
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{ den, ... }: {
|
{
|
||||||
den.aspects.gitea = {
|
den.aspects.gitea = {
|
||||||
# includes = [ den.aspects.gitea-mirrors ];
|
# includes = [ den.aspects.gitea-mirrors ];
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{ den, lib, ... }: {
|
{ lib, ... }: {
|
||||||
den.aspects.invidious = {
|
den.aspects.invidious = {
|
||||||
nixos = { pkgs, config, ... }: let
|
nixos = { pkgs, config, ... }: let
|
||||||
companionPort = 8282;
|
companionPort = 8282;
|
||||||
|
|||||||
@@ -44,8 +44,7 @@
|
|||||||
"fc2@bug.tools"
|
"fc2@bug.tools"
|
||||||
"counter@bug.tools"
|
"counter@bug.tools"
|
||||||
"claude@bug.tools"
|
"claude@bug.tools"
|
||||||
"bitcraft@bug.tools"
|
"rumble@bug.tools"
|
||||||
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
nixos = {
|
nixos = {
|
||||||
environment.systemPackages = let
|
environment.systemPackages = let
|
||||||
nix-alien = import (
|
nix-alien = import (
|
||||||
builtins.fetchTarball "https://github.com/thiagokokada/nix-alien/tarball/master"
|
fetchTarball "https://github.com/thiagokokada/nix-alien/tarball/master"
|
||||||
){};
|
){};
|
||||||
in [
|
in [
|
||||||
nix-alien.nix-alien
|
nix-alien.nix-alien
|
||||||
|
|||||||
Reference in New Issue
Block a user