This commit is contained in:
Bryan Ramos 2024-05-10 00:15:24 -04:00
parent 201e2160a4
commit 25df3c37ef
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
3 changed files with 5 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{ pkgs, lib, config, ... }:
{ system.stateVersion = "22.11";
{ system.stateVersion = "23.11";
users.users = {
${config.user.name} = {