remove unneded options, add users.nix
This commit is contained in:
parent
32403d2a2a
commit
1bb25bda0e
4 changed files with 34 additions and 30 deletions
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
|
@ -79,10 +78,7 @@
|
|||
};
|
||||
};
|
||||
other = {
|
||||
system = {
|
||||
hostname = "hermit";
|
||||
username = "cr";
|
||||
};
|
||||
system.username = "cr";
|
||||
|
||||
home-manager = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue