Compare commits
No commits in common. "58678046f3b0f7dfe5e82aaaa45a6249980f0cbc" and "664f1c240c66ee5dd6003b82acfd613c5000f351" have entirely different histories.
58678046f3
...
664f1c240c
|
@ -116,11 +116,11 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1684754342,
|
||||
"narHash": "sha256-plGnjnbnPLoZCTdQX21oT7xliQhFtgcWlkuDHgtEb1o=",
|
||||
"lastModified": 1684662198,
|
||||
"narHash": "sha256-lmGDGuFONWSoGBKDDhU/6fOhhmFoZQ8rPf+kS7/e/Gs=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "7084250df3d7f9735087d3234407f3c1fc2400e3",
|
||||
"rev": "50a183182d7ae39133555414d48d5d609a28a57d",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
user = "coolneng";
|
||||
dataDir = "/home/coolneng";
|
||||
key = config.age.secrets.syncthing.path;
|
||||
settings = {
|
||||
devices.zion = {
|
||||
id = "FLI2RS7-GNI5PDM-SQRNF7P-YJIOXJ7-46FRPEI-NRLQGBC-HXRWG7O-RKOVLAF";
|
||||
addresses = [ "tcp://192.168.13.2:22000" ];
|
||||
|
@ -82,7 +81,6 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
# Automount external storage
|
||||
systemd.mounts = [
|
||||
|
|
Loading…
Reference in New Issue