This commit is contained in:
LavaDesu 2021-05-15 19:23:43 +07:00
parent a0f88304e8
commit 4313ea9351
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 108 additions and 3 deletions

View file

@ -5,6 +5,7 @@
environment.etc."machine-id".source = "/mnt/bcachefs/machine-id";
imports = [
./audio.nix
./gui.nix
./hardware-configuration.nix
./kernel.nix
@ -31,9 +32,6 @@
# time.timeZone = "";
i18n.defaultLocale = "en_GB.UTF-8";
sound.enable = true;
hardware.pulseaudio.enable = true;
users.mutableUsers = false;
users.users.lava = {
isNormalUser = true;