Renamed host to laptop-nixos
This commit is contained in:
0
nixos/flake.lock → flake.lock
generated
0
nixos/flake.lock → flake.lock
generated
@@ -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
|
||||
];
|
||||
};
|
||||
};
|
||||
@@ -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" ];
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user