Compare commits
2 Commits
a65a8e9af7
...
923aaf9e95
| Author | SHA1 | Date | |
|---|---|---|---|
| 923aaf9e95 | |||
| 23b1c450a2 |
@@ -137,3 +137,7 @@ This script pulls from the remote git repository and applies the configuration.
|
|||||||
- **SSH**: OpenSSH enabled on all configurations
|
- **SSH**: OpenSSH enabled on all configurations
|
||||||
- **Garbage collection**: Automatic, deletes older than 10 days
|
- **Garbage collection**: Automatic, deletes older than 10 days
|
||||||
- **Unfree packages**: Allowed globally
|
- **Unfree packages**: Allowed globally
|
||||||
|
|
||||||
|
## Important Notes
|
||||||
|
|
||||||
|
- **Sudo access**: Claude Code does not have sudo access. Ask the user to run elevated commands like `sudo nixos-rebuild switch`
|
||||||
@@ -43,8 +43,11 @@
|
|||||||
# Enable networking
|
# Enable networking
|
||||||
networking.networkmanager.enable = true;
|
networking.networkmanager.enable = true;
|
||||||
|
|
||||||
services.openvpn.servers = {
|
# WireGuard setup
|
||||||
ogleNet = { config = '' config /root/Oglehome-VPN-johno-nixbook.conf ''; };
|
networking.wg-quick.interfaces = {
|
||||||
|
ogleNet = {
|
||||||
|
configFile = "/root/Oglehome-VPN-johno-nixbook.conf";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
hardware.graphics = {
|
hardware.graphics = {
|
||||||
|
|||||||
Reference in New Issue
Block a user