root on tmpfs, /nix and others on bcachefs

this was not worth the effort
This commit is contained in:
LavaDesu 2021-05-15 08:25:24 +07:00
parent 4df3f373e9
commit 6a734d36f7
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 45 additions and 5 deletions

View file

@ -2,6 +2,8 @@
networking.hostName = "winter";
system.stateVersion = "20.09";
environment.etc."machine-id".source = "/mnt/bcachefs/machine-id";
imports = [
./gui.nix
./hardware-configuration.nix
@ -31,10 +33,12 @@
sound.enable = true;
hardware.pulseaudio.enable = true;
users.mutableUsers = false;
users.users.lava = {
isNormalUser = true;
extraGroups = [ "wheel" ];
shell = pkgs.zsh;
initialPassword = "gaming";
};
console.useXkbConfig = true;