removed needless comments

This commit is contained in:
Bryan Ramos 2024-11-11 01:53:18 -05:00
parent 79e07599de
commit 5c5e6f0a8f
No known key found for this signature in database
GPG key ID: E5D35432910B37AC

View file

@ -4,7 +4,6 @@
system.stateVersion = "23.11";
boot.isContainer = true;
# Users
users.users = {
${config.user.name} = {
isNormalUser = true;
@ -16,7 +15,6 @@
};
};
# Nix
nix = {
channel.enable = false;
package = pkgs.nixFlakes;
@ -34,13 +32,11 @@
};
};
# Sudo Options
security.sudo = {
wheelNeedsPassword = false;
execWheelOnly = true;
};
# Locale
time = {
timeZone = "America/New_York";
};
@ -52,7 +48,6 @@
useXkbConfig = true;
};
# Networking
networking = {
hostName = "wsl";
useDHCP = lib.mkDefault true;
@ -62,7 +57,6 @@
};
};
# System Services
services = {
openssh = {
enable = true;