@@ -20,8 +20,10 @@ You must build the system once with these imports commented out. Then, connect t
|
||||
### Third-party Services
|
||||
|
||||
- [ ] Firefox
|
||||
|
||||
- [ ] Authenticate
|
||||
|
||||
- [ ] Spotify
|
||||
|
||||
- [ ] Authenticate
|
||||
- [ ] Local Files
|
||||
|
@@ -1,8 +1,6 @@
|
||||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./display.nix
|
||||
];
|
||||
imports = [ ./display.nix ];
|
||||
|
||||
hardware = {
|
||||
enableAllFirmware = true;
|
||||
|
@@ -7,9 +7,7 @@
|
||||
nixpkgs.overlays = [
|
||||
(final: prev: {
|
||||
telepresence = prev.telepresence.overrideAttrs (oldAttrs: {
|
||||
patches = oldAttrs.patches or [ ] ++ [
|
||||
./extend-timeout.patch
|
||||
];
|
||||
patches = oldAttrs.patches or [ ] ++ [ ./extend-timeout.patch ];
|
||||
});
|
||||
})
|
||||
];
|
||||
|
@@ -18,6 +18,7 @@
|
||||
python.enable = true;
|
||||
rest.enable = true;
|
||||
sas.enable = true;
|
||||
sops.enable = true;
|
||||
typescript.enable = true;
|
||||
yaml.enable = true;
|
||||
};
|
||||
|
Reference in New Issue
Block a user