more laptop config
This commit is contained in:
parent
1411cbb4a4
commit
ddaf32e68a
4 changed files with 37 additions and 47 deletions
|
@ -12,7 +12,7 @@
|
|||
boot.cleanTmpDir = true;
|
||||
|
||||
# Set your time zone.
|
||||
time.timeZone = "Europe/Amsterdam";
|
||||
time.timeZone = lib.mkDefault "Europe/Amsterdam";
|
||||
|
||||
# Nix Settings
|
||||
nix = {
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
];
|
||||
|
||||
# Make me admin
|
||||
extraGroups = [ "systemd-journal" "wheel" ];
|
||||
extraGroups = [ "systemd-journal" "wheel" "networkmanager" ];
|
||||
};
|
||||
|
||||
# Configure the root account
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue