test
This commit is contained in:
parent
c04bd8288f
commit
91a44c646e
4 changed files with 3 additions and 2 deletions
|
@ -82,4 +82,5 @@
|
|||
};
|
||||
|
||||
system.stateVersion = stateVersion;
|
||||
nixpkgs.hostPlatform = system;
|
||||
}
|
||||
|
|
|
@ -10,8 +10,6 @@
|
|||
../../common/services/podman.nix
|
||||
];
|
||||
|
||||
nixpkgs.hostPlatform = system;
|
||||
|
||||
services.fwupd.enable = true;
|
||||
# we need fwupd 1.9.7 to downgrade the fingerprint sensor firmware
|
||||
services.fwupd.package = (import (builtins.fetchTarball {
|
||||
|
|
|
@ -59,4 +59,5 @@
|
|||
};
|
||||
|
||||
system.stateVersion = stateVersion;
|
||||
nixpkgs.hostPlatform = system;
|
||||
}
|
||||
|
|
|
@ -56,4 +56,5 @@
|
|||
};
|
||||
|
||||
system.stateVersion = stateVersion;
|
||||
nixpkgs.hostPlatform = system;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue