Renamed host to laptop-nixos

This commit is contained in:
2024-11-19 10:11:05 +02:00
parent 4b0452609b
commit 57ecf9524b
5 changed files with 4 additions and 3 deletions

View File

View File

@@ -19,10 +19,10 @@
in
{
nixosConfigurations = {
default = nixpkgs.lib.nixosSystem {
laptop-nixos = nixpkgs.lib.nixosSystem {
specialArgs = {inherit inputs pkgs;};
modules = [
./hosts/default/configuration.nix
./hosts/laptop-nixos/configuration.nix
];
};
};

View File

@@ -15,7 +15,7 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
networking.hostName = "nixos"; # Define your hostname.
networking.hostName = "laptop-nixos"; # Define your hostname.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
nix.settings.experimental-features = [ "nix-command" "flakes" ];

View File

@@ -83,6 +83,7 @@
# /etc/profiles/per-user/kyren/etc/profile.d/hm-session-vars.sh
#
home.sessionVariables = {
FLAKE = ~/dotfiles/
};
# Let Home Manager install and manage itself.