update flake

This commit is contained in:
TheWanderingCrow 2024-12-25 15:46:12 -05:00
parent a1dab7cad0
commit 637395bcc4

View file

@ -12,13 +12,14 @@
outputs = {
nixpkgs,
home-manager,
sops-nix,
...
} @ inputs: {
nixosConfigurations = {
Parzival-Mobile = nixpkgs.lib.nixosSystem {
specialArgs = {
inherit inputs;
nixpkgs = import nixpkgs {
pkgs = import nixpkgs {
system = "x86_64-linux";
config.allowUnfree = true;
};