mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
changed stateVersion to unstable
This commit is contained in:
parent
e6f83f6997
commit
181b5e4931
5 changed files with 5 additions and 5 deletions
|
|
@ -15,7 +15,7 @@ inputs: {
|
|||
(import ./minecraft.nix inputs)
|
||||
];
|
||||
|
||||
system.stateVersion = "23.05";
|
||||
system.stateVersion = "unstable";
|
||||
localModules = {
|
||||
X11Programs = {
|
||||
sxhkd.enable = true;
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ _: {...}: {
|
|||
wantedBy = ["basic.target"];
|
||||
after = ["dhcpcd.service"];
|
||||
};
|
||||
system.stateVersion = "23.05";
|
||||
system.stateVersion = "unstable";
|
||||
users.users.minecraft = {
|
||||
description = "Minecraft server service user";
|
||||
home = "/minecraft";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue