feat(nix): add new server
This commit is contained in:
parent
a40192bb99
commit
011bda8d02
4 changed files with 120 additions and 0 deletions
10
flake.nix
10
flake.nix
|
@ -24,5 +24,15 @@
|
|||
./nix/hosts/framework/sys.nix
|
||||
];
|
||||
};
|
||||
|
||||
nixosConfigurations.chaewon = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = { inputs = inputs; };
|
||||
modules = [
|
||||
home-manager.nixosModules.default
|
||||
./nix/hosts/common/sys.nix
|
||||
./nix/hosts/chaewon/sys.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue