Compare commits
1 Commits
b3ed2cfe8c
...
deb9a19688
Author | SHA1 | Date | |
---|---|---|---|
deb9a19688 |
@ -79,7 +79,7 @@
|
|||||||
./modules/software.nix
|
./modules/software.nix
|
||||||
./modules/networking.nix
|
./modules/networking.nix
|
||||||
./modules/gui.nix
|
./modules/gui.nix
|
||||||
#./modules/datasync.nix
|
./modules/datasync.nix
|
||||||
./modules/audio.nix
|
./modules/audio.nix
|
||||||
./modules/development.nix
|
./modules/development.nix
|
||||||
./modules/hardware-configuration.nix
|
./modules/hardware-configuration.nix
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
"syscea/state/root" = {
|
"syscea/state/root" = {
|
||||||
plan = "1d=>1h,1m=>1d,1y=>1m";
|
plan = "1d=>1h,1m=>1d,1y=>1m";
|
||||||
recursive = true;
|
recursive = true;
|
||||||
mbuffer = true;
|
mbuffer.enable = true;
|
||||||
destinations.remote = {
|
destinations.remote = {
|
||||||
host = "coolneng@zion";
|
host = "coolneng@zion";
|
||||||
dataset = "syscea/root";
|
dataset = "syscea/root";
|
||||||
@ -23,7 +23,7 @@
|
|||||||
"syscea/state/home" = {
|
"syscea/state/home" = {
|
||||||
plan = "1d=>1h,1m=>1d,1y=>1m";
|
plan = "1d=>1h,1m=>1d,1y=>1m";
|
||||||
recursive = true;
|
recursive = true;
|
||||||
mbuffer = true;
|
mbuffer.enable = true;
|
||||||
destinations.remote = {
|
destinations.remote = {
|
||||||
host = "coolneng@zion";
|
host = "coolneng@zion";
|
||||||
dataset = "syscea/home";
|
dataset = "syscea/home";
|
||||||
@ -35,6 +35,7 @@
|
|||||||
# Syncthing configuration
|
# Syncthing configuration
|
||||||
services.syncthing = {
|
services.syncthing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
user = "coolneng";
|
||||||
dataDir = "/home/coolneng";
|
dataDir = "/home/coolneng";
|
||||||
declarative = {
|
declarative = {
|
||||||
devices = {
|
devices = {
|
||||||
|
@ -20,6 +20,7 @@
|
|||||||
ripgrep
|
ripgrep
|
||||||
fd
|
fd
|
||||||
clang
|
clang
|
||||||
|
coreutils
|
||||||
# Terminals
|
# Terminals
|
||||||
tmux
|
tmux
|
||||||
tmuxp
|
tmuxp
|
||||||
|
Loading…
Reference in New Issue
Block a user