tiny changes

This commit is contained in:
ISnortPennies 2023-01-22 02:00:10 -05:00
parent f57a62a2e2
commit e6b6f2e501
2 changed files with 6 additions and 2 deletions

View file

@ -48,7 +48,7 @@
};
services.openssh = {
enable = true;
settings.permitRootLogin = "yes";
settings.PermitRootLogin = "yes";
};

View file

@ -5,7 +5,11 @@
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
spicetify-nix.url = "github:the-argus/spicetify-nix";
spicetify-nix = {
url = "github:the-argus/spicetify-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = { self, nixpkgs, home-manager, spicetify-nix }@inputs: