os and hm update

This commit is contained in:
2026-02-21 03:08:04 +01:00
parent 06042c7668
commit 17e28d1ded
3 changed files with 21 additions and 18 deletions

View File

@@ -92,11 +92,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1771545934, "lastModified": 1771632347,
"narHash": "sha256-z2ZijehdcpfRnwu717pFirzHUoYfHHlo1Eu+Ajfme4U=", "narHash": "sha256-kNm0YX9RUwf7GZaWQu2F71ccm4OUMz0xFkXn6mGPfps=",
"owner": "sadjow", "owner": "sadjow",
"repo": "claude-code-nix", "repo": "claude-code-nix",
"rev": "d09b5d8e0678cd5c87443d85d48983f866ef6f1c", "rev": "ec90f84b2ea21f6d2272e00d1becbc13030d1895",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -275,11 +275,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1771531206, "lastModified": 1771625283,
"narHash": "sha256-1R3Wx6KUkMb4x4E5UOhW9p6rqiexzSGGWxZqSHqW5n0=", "narHash": "sha256-1T88/PSNKpRNtaiXATTae0hpRnBpjmIL0b1QfGO6HBA=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "91be7cce763fa4022c7cf025a71b0c366d1b6e77", "rev": "a913ae61bf3b9f4312f6097b68cdf0a0fa699279",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -384,11 +384,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1771513929, "lastModified": 1771639295,
"narHash": "sha256-dPeHevAT1Cb2w/Wrfz/d5i6RfO8bvbGl/KrTPxU2l3w=", "narHash": "sha256-pk4SmkbNp6eLnxV3/B1CgfL6Clq3dYNBYMXa2NHah4w=",
"owner": "noctalia-dev", "owner": "noctalia-dev",
"repo": "noctalia-shell", "repo": "noctalia-shell",
"rev": "9c47ce03f200e0b8fc515d973440d5bc3e359785", "rev": "b36bef4cc06e94224200a739fc44dba2ef4a05d1",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -479,11 +479,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1771470520, "lastModified": 1771556776,
"narHash": "sha256-PvytHcaYN5cPUll7FB70mXv1rRsIBRmu47fFfq3haxA=", "narHash": "sha256-zKprqMQDl3xVfhSSYvgru1IGXjFdxryWk+KqK0I20Xk=",
"owner": "oxalica", "owner": "oxalica",
"repo": "rust-overlay", "repo": "rust-overlay",
"rev": "a1d4cc1f264c45d3745af0d2ca5e59d460e58777", "rev": "8b3f46b8a6d17ab46e533a5e3d5b1cc2ff228860",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -513,11 +513,11 @@
"tinted-zed": "tinted-zed" "tinted-zed": "tinted-zed"
}, },
"locked": { "locked": {
"lastModified": 1771536203, "lastModified": 1771626923,
"narHash": "sha256-ffSQmf7RZqCShzUkK4VlROGsBZy9tgKBYRQ5XQD0PiM=", "narHash": "sha256-Mn6oeKrY+Sw6kH0jK+hp5QQH4MTcqwBRQL/ScZDNcz8=",
"owner": "nix-community", "owner": "nix-community",
"repo": "stylix", "repo": "stylix",
"rev": "ec4d1ce9da22da964cef8a77795dc32011ebbb55", "rev": "b09847414b50c65788936199918272377f70fb91",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -95,6 +95,9 @@
# Enable resolved # Enable resolved
services.resolved.enable = true; services.resolved.enable = true;
# Set DNS
networking.nameservers = [ "9.9.9.9" ];
# OpenVPN services # OpenVPN services
# VSTech VPN (with DNS for bgs.local domain) # VSTech VPN (with DNS for bgs.local domain)
services.openvpn.servers.vstech = { services.openvpn.servers.vstech = {

6
nixos/flake.lock generated
View File

@@ -5,11 +5,11 @@
"nixpkgs": "nixpkgs" "nixpkgs": "nixpkgs"
}, },
"locked": { "locked": {
"lastModified": 1771531206, "lastModified": 1771625283,
"narHash": "sha256-1R3Wx6KUkMb4x4E5UOhW9p6rqiexzSGGWxZqSHqW5n0=", "narHash": "sha256-1T88/PSNKpRNtaiXATTae0hpRnBpjmIL0b1QfGO6HBA=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "91be7cce763fa4022c7cf025a71b0c366d1b6e77", "rev": "a913ae61bf3b9f4312f6097b68cdf0a0fa699279",
"type": "github" "type": "github"
}, },
"original": { "original": {