diff options
| author | 2024-11-17 21:27:35 -0500 | |
|---|---|---|
| committer | 2024-11-17 21:27:35 -0500 | |
| commit | 074a3eda14a4cf2032c114e061b45166a17fcfbb (patch) | |
| tree | 943ffd623b832a9a92e43620eff6f96d262ed51b /hosts/sofue | |
| parent | 69657cffd889bc353cbf8e83f12b46bc48f7321b (diff) | |
| download | dotfiles-074a3eda14a4cf2032c114e061b45166a17fcfbb.tar.gz dotfiles-074a3eda14a4cf2032c114e061b45166a17fcfbb.tar.bz2 dotfiles-074a3eda14a4cf2032c114e061b45166a17fcfbb.zip | |
Increase NFS r/wsize, enable libvirtd
Diffstat (limited to 'hosts/sofue')
| -rw-r--r-- | hosts/sofue/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/sofue/configuration.nix b/hosts/sofue/configuration.nix index 68f5feb..b80b8ac 100644 --- a/hosts/sofue/configuration.nix +++ b/hosts/sofue/configuration.nix @@ -217,5 +217,5 @@ in rec { home.stateVersion = "${config.system.stateVersion}"; }; - system.stateVersion = "24.11"; + system.stateVersion = "25.05"; } |