This commit is contained in:
♥ Minnie ♥ 2025-06-06 18:35:13 +08:00
parent 531b178421
commit ed9a836d2d
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
9 changed files with 43 additions and 52 deletions

View file

@ -33,12 +33,6 @@
adb.enable = true;
};
# Manage linux containers
virtualisation.docker = {
enable = true;
liveRestore = false;
};
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
system.stateVersion = "24.05";
}

View file

@ -27,7 +27,7 @@
80 # http
443 # https
6600 # mpd
6667 # inspircd
6697 # inspircd
];
};
};
@ -35,6 +35,8 @@
# Configure programs
programs = {
zsh.enable = true;
# Load and unload environment variables
direnv.enable = true;
};
# Manage linux containers