My Nix Infra
nix nixos
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

enable virtualbox & cc gitlab ssh url changes

+11 -8
+3
config/git/config
··· 57 57 58 58 [includeIf "hasconfig:remote.*.url:ssh://git@gitlab.cc.cs.nctu.edu.tw:10022/**"] 59 59 path = ~/.config/git/cc 60 + 61 + [includeIf "hasconfig:remote.*.url:ssh://git@gitlab.it.cs.nycu.edu.tw:10022/**"] 62 + path = ~/.config/git/cc
+7 -7
flake.lock
··· 167 167 ] 168 168 }, 169 169 "locked": { 170 - "lastModified": 1774274588, 171 - "narHash": "sha256-dnHvv5EMUgTzGZmA+3diYjQU2O6BEpGLEOgJ1Qe9LaY=", 170 + "lastModified": 1774559029, 171 + "narHash": "sha256-deix7yg3j6AhjMPnFDCmWB3f83LsajaaULP5HH2j34k=", 172 172 "owner": "nix-community", 173 173 "repo": "home-manager", 174 - "rev": "cf9686ba26f5ef788226843bc31fda4cf72e373b", 174 + "rev": "a0bb0d11514f92b639514220114ac8063c72d0a3", 175 175 "type": "github" 176 176 }, 177 177 "original": { ··· 183 183 }, 184 184 "nixpkgs": { 185 185 "locked": { 186 - "lastModified": 1774244481, 187 - "narHash": "sha256-mw80nQK4uJ8wJWiQnZ32j/BQlRx4QByvli8EP7/2hGE=", 188 - "rev": "4590696c8693fea477850fe379a01544293ca4e2", 186 + "lastModified": 1774388614, 187 + "narHash": "sha256-cUgsPWt0NJz21K4i/5191mWaizw4XtT20WFqyxzSuQI=", 188 + "rev": "1073dad219cb244572b74da2b20c7fe39cb3fa9e", 189 189 "type": "tarball", 190 - "url": "https://releases.nixos.org/nixos/25.11/nixos-25.11.8023.4590696c8693/nixexprs.tar.xz" 190 + "url": "https://releases.nixos.org/nixos/25.11/nixos-25.11.8107.1073dad219cb/nixexprs.tar.xz" 191 191 }, 192 192 "original": { 193 193 "type": "tarball",
+1 -1
modules/nixos.nix
··· 71 71 }; 72 72 virtualisation.virtualbox = { 73 73 host = { 74 - enable = false; 74 + enable = true; 75 75 }; 76 76 }; 77 77