Change System name to miki #1
2 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