feat: another server user I use.
This commit is contained in:
parent
04ca0c28a4
commit
529c0abbb4
1 changed files with 4 additions and 0 deletions
|
@ -74,6 +74,10 @@
|
|||
pkgs = import nixpkgs {system = "x86_64-linux";};
|
||||
modules = [./hosts/server/home.nix];
|
||||
};
|
||||
"banir" = home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = import nixpkgs {system = "x86_64-linux";};
|
||||
modules = [./hosts/server/home.nix];
|
||||
};
|
||||
};
|
||||
|
||||
nixOnDroidConfigurations.default = nix-on-droid.lib.nixOnDroidConfiguration {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue