Change System name to miki (#1)
sayaka miki moment Reviewed-on: https://git.nijika.astolfo.org/nico/dots/pulls/1 Co-authored-by: causalhonk <rhys@sso.astolfo.org> Co-committed-by: causalhonk <rhys@sso.astolfo.org>
This commit is contained in:
parent
c2a5a4b561
commit
06e9448970
3 changed files with 3 additions and 3 deletions
|
|
@ -51,7 +51,7 @@
|
|||
];
|
||||
};
|
||||
|
||||
nixosConfigurations.bocchi = nixpkgs.lib.nixosSystem {
|
||||
nixosConfigurations.miki = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
./hosts/nixos-common.nix
|
||||
|
|
@ -70,7 +70,7 @@
|
|||
./modules/users/nico.nix
|
||||
./modules/users/rhys.nix
|
||||
|
||||
./hosts/bocchi/configuration.nix
|
||||
./hosts/miki/configuration.nix
|
||||
./hosts/nixos-common.nix
|
||||
disko.nixosModules.disko
|
||||
];
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
networking.hostName = "bocchi";
|
||||
networking.hostName = "miki";
|
||||
hardware.graphics.enable = true;
|
||||
|
||||
# game servers
|
||||
Loading…
Add table
Add a link
Reference in a new issue