fix(nix): change framework hostname
This commit is contained in:
parent
7af7c629c5
commit
001c77024a
4 changed files with 12 additions and 12 deletions
|
@ -17,14 +17,14 @@
|
|||
outputs = { self, nixpkgs, home-manager, flake-utils, agenix, ... }@inputs:
|
||||
let inherit (self) outputs;
|
||||
in {
|
||||
nixosConfigurations.framework = nixpkgs.lib.nixosSystem {
|
||||
nixosConfigurations.minji = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = { inputs = inputs; };
|
||||
modules = [
|
||||
home-manager.nixosModules.default
|
||||
agenix.nixosModules.default
|
||||
./nix/hosts/common/sys.nix
|
||||
./nix/hosts/framework/sys.nix
|
||||
./nix/hosts/minji/sys.nix
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue