root on tmpfs, /nix and others on bcachefs
this was not worth the effort
This commit is contained in:
parent
4df3f373e9
commit
6a734d36f7
2 changed files with 45 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue