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

@ -14,12 +14,12 @@
# FStab
fileSystems = {
"/" = {
device = "/dev/disk/by-uuid/af24c5b3-8a6e-4333-a61d-922a97928cae";
device = "/dev/disk/by-uuid/d4e0a913-9ba8-451e-9086-b6d5d483dd9f";
fsType = "ext4";
};
"/home" = {
device = "/dev/disk/by-uuid/1639ee20-28d6-4649-814d-ba981c138b35";
device = "/dev/disk/by-uuid/e1780967-0b87-46ff-8200-430d79d59e47";
fsType = "ext4";
};

View file

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