change hostname, let nix derivation be default, not nixos
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@
|
|||||||
# needed to allowOther in home.nix
|
# needed to allowOther in home.nix
|
||||||
programs.fuse.userAllowOther = true;
|
programs.fuse.userAllowOther = true;
|
||||||
|
|
||||||
networking.hostName = "nixos";
|
networking.hostName = "roy-laptop";
|
||||||
networking.hostId = "4cb9fc76";
|
networking.hostId = "4cb9fc76";
|
||||||
|
|
||||||
networking.wireless = {
|
networking.wireless = {
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
outputs = { self, nixpkgs, nixvim, home-manager, impermanence, sops-nix }@inputs: {
|
outputs = { self, nixpkgs, nixvim, home-manager, impermanence, sops-nix }@inputs: {
|
||||||
|
|
||||||
nixosConfigurations.nixos = nixpkgs.lib.nixosSystem {
|
nixosConfigurations.default = nixpkgs.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
modules = [
|
modules = [
|
||||||
./configuration.nix
|
./configuration.nix
|
||||||
|
|||||||
Reference in New Issue
Block a user