Compare commits
No commits in common. "c14b57b186c4cc66381c4a937892d578041b9a49" and "424de492d725c52a9782fb4bd3fa7dca668e484a" have entirely different histories.
c14b57b186
...
424de492d7
|
@ -7,11 +7,10 @@ The canonical location for this repository is https://git.qenya.tel/qenya/nixfil
|
||||||
## Machines
|
## Machines
|
||||||
|
|
||||||
### Managed
|
### Managed
|
||||||
* `kilgharrah`: Custom-built personal desktop; also currently running Jellyfin, Navidrome and Audiobookshelf servers (and an FTP server, for shits and giggles)
|
* `kilgharrah`: Custom-built personal desktop
|
||||||
* `tohru`: Dell Latitude 5300, personal laptop
|
* `tohru`: Dell Latitude 5300, personal laptop
|
||||||
* `elucredassa`: Acer Aspire A315-53, old laptop with a broken keyboard that now sits in a corner being a backup server
|
|
||||||
* `yevaud`: Oracle Cloud free AMD VM, hosts a Forgejo instance and WireGuard server for the other machines in the network
|
* `yevaud`: Oracle Cloud free AMD VM, hosts a Forgejo instance and WireGuard server for the other machines in the network
|
||||||
* `orm`: Oracle Cloud free AMD VM, hosts an instance of Actual Budget and a PostgreSQL server for other services that need one
|
* `orm`: Oracle Cloud free AMD VM, currently idling
|
||||||
* `kalessin`: Oracle Cloud free ARM VM, currently idling
|
* `kalessin`: Oracle Cloud free ARM VM, currently idling
|
||||||
|
|
||||||
### Referenced only
|
### Referenced only
|
||||||
|
|
|
@ -23,8 +23,6 @@ in
|
||||||
];
|
];
|
||||||
mutableExtensionsDir = false;
|
mutableExtensionsDir = false;
|
||||||
userSettings = {
|
userSettings = {
|
||||||
"css.format.spaceAroundSelectorSeparator" = true;
|
|
||||||
"css.format.newlineBetweenSelectors" = false;
|
|
||||||
"extensions.autoUpdate" = false;
|
"extensions.autoUpdate" = false;
|
||||||
"files.insertFinalNewline" = true;
|
"files.insertFinalNewline" = true;
|
||||||
"git.autofetch" = true;
|
"git.autofetch" = true;
|
||||||
|
|
Loading…
Reference in a new issue