nix-format and remove obsolete obsidian derivation
This commit is contained in:
parent
570c2753a7
commit
64f5af878d
9 changed files with 37 additions and 83 deletions
|
|
@ -6,7 +6,8 @@
|
|||
|
||||
{
|
||||
imports =
|
||||
[ # Include the results of the hardware scan.
|
||||
[
|
||||
# Include the results of the hardware scan.
|
||||
/etc/nixos/hardware-configuration.nix
|
||||
];
|
||||
|
||||
|
|
@ -137,7 +138,7 @@
|
|||
extraGroups = [
|
||||
"wheel" # Enable ‘sudo’ for the user.
|
||||
"networkmanager" # Allow the user to manage networks
|
||||
];
|
||||
];
|
||||
};
|
||||
|
||||
users.extraUsers.haak = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue