Compare commits
2 Commits
a65a8e9af7
...
923aaf9e95
| Author | SHA1 | Date | |
|---|---|---|---|
| 923aaf9e95 | |||
| 23b1c450a2 |
@@ -136,4 +136,8 @@ This script pulls from the remote git repository and applies the configuration.
|
||||
- **Locale**: en_US.UTF-8, America/Los_Angeles timezone
|
||||
- **SSH**: OpenSSH enabled on all configurations
|
||||
- **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
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
services.openvpn.servers = {
|
||||
ogleNet = { config = '' config /root/Oglehome-VPN-johno-nixbook.conf ''; };
|
||||
# WireGuard setup
|
||||
networking.wg-quick.interfaces = {
|
||||
ogleNet = {
|
||||
configFile = "/root/Oglehome-VPN-johno-nixbook.conf";
|
||||
};
|
||||
};
|
||||
|
||||
hardware.graphics = {
|
||||
|
||||
Reference in New Issue
Block a user