feat: another server user I use.
This commit is contained in:
parent
04ca0c28a4
commit
529c0abbb4
@ -74,6 +74,10 @@
|
|||||||
pkgs = import nixpkgs {system = "x86_64-linux";};
|
pkgs = import nixpkgs {system = "x86_64-linux";};
|
||||||
modules = [./hosts/server/home.nix];
|
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 {
|
nixOnDroidConfigurations.default = nix-on-droid.lib.nixOnDroidConfiguration {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user