Initial commit
This commit is contained in:
21
nixos/configuration.nix
Normal file
21
nixos/configuration.nix
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./packages.nix
|
||||
./modules/bundle.nix
|
||||
];
|
||||
|
||||
disabledModules = [
|
||||
./modules/xserver.nix
|
||||
];
|
||||
|
||||
networking.hostName = "nixos"; # Define your hostname.
|
||||
|
||||
time.timeZone = "Asia/Tashkent"; # Set your time zone.
|
||||
|
||||
i18n.defaultLocale = "en_US.UTF-8"; # Select internationalisation properties.
|
||||
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ]; # Enabling flakes
|
||||
|
||||
system.stateVersion = "23.05"; # Don't change it bro
|
||||
}
|
||||
Reference in New Issue
Block a user