diff options
| author | Fuwn <[email protected]> | 2024-10-02 05:32:31 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-02 05:33:49 -0700 |
| commit | 5a02936a3ce5593570909bcd6f98d71a84693785 (patch) | |
| tree | c4fb326226561b0139e567a65ce490bdd16c2331 /hosts/default.nix | |
| parent | home: use apple-fonts.nix flake for apple fonts (diff) | |
| download | nixos-config-5a02936a3ce5593570909bcd6f98d71a84693785.tar.xz nixos-config-5a02936a3ce5593570909bcd6f98d71a84693785.zip | |
hosts: rename fina to akashi
Diffstat (limited to 'hosts/default.nix')
| -rw-r--r-- | hosts/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/default.nix b/hosts/default.nix index b41772e..4aedba4 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -60,14 +60,14 @@ ]; }; - fina = nixosSystem { + akashi = nixosSystem { pkgs = (kansaiPkgs { nixpkgsAllowUnfree = true; })."x86_64-linux"; modules = with inputs; [ - ./fina + ./akashi nix-index-database.nixosModules.nix-index sops-nix.nixosModules.sops ]; |