Change the laptop to a more distinct hostname

pull/8/merge
Álex Santiago 4 months ago
parent d8e820e26b
commit af5f2c9451

@ -35,7 +35,7 @@
];
# Hostname
networking.hostName = "nixos";
networking.hostName = "primus";
# KDE Partition Manager
programs.partition-manager.enable = true;

@ -6,8 +6,7 @@
};
outputs = { self, nixpkgs, ... }@inputs: {
# Please replace my-nixos with your hostname
nixosConfigurations.nixos = nixpkgs.lib.nixosSystem {
nixosConfigurations.primus = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [
# Import the previous configuration.nix we used,

Loading…
Cancel
Save