mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nix: refactor system.stateVersion
This commit is contained in:
parent
32d661d54d
commit
b528b1a966
7 changed files with 21 additions and 16 deletions
|
|
@ -1,5 +1,8 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.stateVersion = "24.05";
|
||||
|
||||
home = {
|
||||
username = "ubuntu";
|
||||
homeDirectory = "/home/ubuntu";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue